@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
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)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}
/*
Tabular data
============
*/
/**
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)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
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 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
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;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: Roboto Mono;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
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;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--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-transform: translateX(var(--tw-translate-x)) translateY(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));
	border-color: currentColor;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container{
	width: 100%;
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 784px){
	.container{
		max-width: 784px;
	}
}
.home .module.module-benefits {
    display: none;
}
@media (max-width: 782px){
    .home .module.module-benefits {
        display: block;
    }
	.benefits-home{
		display: none !important;
	}
	.module-benefits {
        background: #f1f1f1 !important;
    }
    .module-benefits .benefits.size-two .benefits--item {
        max-width: none !important;
    }
    .benefits-img {
        display: block !important;
    }
    .module-benefits .bg {
        display: none !important;
    }
    .module-benefits p strong {
        font-size: 28px !important;
        line-height: 37px !important;
    }
    .module-benefits p {
        font-size: 28px !important;
        line-height: 37px !important;
    }
    .module-benefits .benefits.size-two {
        column-count: 1 !important;
    }
    .module-benefits .benefits--content {
        border: 0 !important;
        background: none !important;
        box-shadow: none !important;
    }
    .module-benefits .benefits--content h4 span {
        font-weight: bold !important;
    }
    .module.module-benefits.benefits.all-products {
        background: transparent !important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 500px) {
    article.caf-post-layout1 {
        flex: 0 0 100% !important;
        max-width: 80%;
        margin: 0 auto;
    }
    div#caf-post-layout-container .caf-row {
        max-width: 80% !important;
    }
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1440px){
	.container{
		max-width: 1440px;
	}
}
@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
@media (min-width: 1600px){
	.container{
		max-width: 1600px;
	}
}
.visible{
	visibility: visible;
}
.invisible{
	visibility: hidden;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.block{
	display: block;
}
.inline{
	display: inline;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.transform{
	transform: var(--tw-transform);
}
.resize{
	resize: both;
}
.rounded{
	border-radius: 0.25rem;
}
.border{
	border-width: 1px;
}
.text-center{
	text-align: center;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.underline{
	text-decoration: underline;
}
.filter{
	filter: var(--tw-filter);
}
body{
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 22px;
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}
.module-title{
	margin-bottom: 10px;
	font-family: Roboto Mono;
	font-size: 34px;
	line-height: 38px;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-title{
		margin-bottom: 20px;
	}
	.module-title{
		font-size: 36px;
		line-height: 52px;
	}
}
.wrapper{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 768px){
	.wrapper{
		max-width: 1080px;
	}
}
body{
	overflow-x: hidden;
}
.site-header{
	position: sticky;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: #03243d;
    box-shadow: 3px 3px 6px 0px rgba(box-shadow,0.15);
    -webkit-box-shadow: 3px 3px 6px 0px rgba(box-shadow,0.15);
    -moz-box-shadow: 3px 3px 6px 0px rgba(box-shadow,0.15);
    padding: 10px 0;
    border-bottom-width: 2px;
    border-style: solid;
    -o-border-image: linear-gradient(to right, #005475, #FFFFFF, #005475) 1;
    border-image: linear-gradient(to right, #005475, #FFFFFF, #005475) 1;
}
.site-header.stickyheader{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.site-header.stickyheader .header-main .logo_scroll{
	display: block;
}
.site-header.stickyheader .header-main .logo_desktop{
	display: none;
}
.site-header.stickyheader .site-branding{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.site-header.stickyheader .site-branding .header-menu__left li a{
	--tw-text-opacity: 1;
	color: rgba(0, 117, 163, var(--tw-text-opacity));
}
.site-header.stickyheader .site-branding .header-menu__right li.button a{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.site-header.stickyheader .site-branding .header-menu__right li:first-child{
	margin-right: 10px;
}
.site-header.stickyheader .site-branding .header-menu__right li:first-child a{
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 117, 163, var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(0, 117, 163, var(--tw-text-opacity)) !important;
}
/* .admin-bar .site-header {
    @apply top-[42px] adminMobile:top-[32px];
} */
.header-main{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}
.notification-bar{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.header-logo img{
	max-width: 100px;
}
@media (min-width: 1024px){
	.header-logo img{
		max-width: 200px;
	}
}
.site-branding{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: #03243d;
	padding-top: 2px;
	padding-bottom: 2px;
}
.site-branding .header-menu{
	flex: 0 0 30%;
}
.site-branding .header-menu.header-menu__left{
	display: none;
}
@media (min-width: 1024px){
	.site-branding .header-menu.header-menu__left{
		display: block;
	}
}
@media (max-width: 768px){
	.site-branding .header-menu.header-menu__right{
		display: flex;
	}
	.site-branding .header-menu.header-menu__right{
		justify-content: flex-end;
	}
	.site-branding .header-main img {
	    max-width: 160px;
	}
	.wp-block-buttons>.wp-block-button:first-child {
        margin-bottom: 10px !important;
    }
    .benefits-img::before {
        position: absolute;
        width: 100%;
        height: auto;
        content: '';
        background: rgba(241,241,241,0.2);
        left: 0;
        right: 0;
        bottom: 0;
        top: 50%;
    }
    .benefits-img {
        position: relative;
    }
}
.site-branding .header-main{
	flex: 0 0 10%;
}
.site-branding .header-main a, .site-branding .header-main img, .site-branding .header-main picture{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 185px;
}
@media (min-width: 1024px){
	.site-branding .header-main a, .site-branding .header-main img, .site-branding .header-main picture{
		max-width: 140px;
	}
}
.site-branding .header-main .logo_scroll{
	display: none;
}
.site-footer{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity));
	background-size: cover;
}
@media (max-width: 767px) {
.site-footer {
        background-size: 300%
}
    }
.site-footer .social-icons {
        position: absolute;
        bottom: 40px;
        gap: 10px;
        display: flex;
        text-align: left !important;
        justify-content: flex-start !important;
    }
.site-footer .social-icons a.fa {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 1px solid #00000000;
            border-radius: 50%;
            padding: 0 6px;
            width: 32px;
            color: #0075A3;
            font-size: 20px;
            height: 32px;
            line-height: 32px;
        }
@media (max-width: 768px){
	.site-footer .wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.footer-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}
.footer-logo{
	max-width: 355px;
	flex: 0 0 100%;
}
.footer-main .wrapper{
	display: flex;
	justify-content: space-between;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 73px;
	padding-bottom: 30px;
}
.footer-left {
        position: relative;
    }
.footer-left .btn.btn--primary {
            text-transform: lowercase;
            border-radius: 10px;
            --tw-bg-opacity: 1;
            background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
            padding-left: 32px;
            padding-right: 32px;
            padding-top: 12px;
            padding-bottom: 12px;
            font-family: Roboto Mono;
            font-size: 14px;
            line-height: 19px;
            letter-spacing: 1.4px;
            --tw-text-opacity: 1;
            color: rgba(0, 73, 102, var(--tw-text-opacity));
        }
.footer-newsletter .module-title{
	margin-bottom: 3px;
	font-family: Roboto Mono;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.29px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
                text-transform: capitalize;
}
.footer-newsletter .newsletter--text{
	margin-bottom: 11px;
	font-family: Roboto;
	font-size: 14px;
	line-height: 24px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.footer-newsletter .newsletter--form form{
	display: flex;
	max-width: 549px;
}
.footer-newsletter .newsletter--form .form-field input{
	margin-right: 10px;
	max-width: 240px;
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 168, 232, var(--tw-border-opacity));
	background-color: #85DCFF33;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-family: Roboto;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	letter-spacing: 0.35px;
	--tw-text-opacity: 1;
	color: rgba(194, 238, 255, var(--tw-text-opacity));
}
.footer-newsletter .newsletter--form .form-field input:focus-visible{
	border-color: transparent;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.footer-menu{
	flex: 0 0 30%;
	padding-top: 40px;
}
@media (min-width: 768px){
	.footer-menu{
		flex: 0 0 30%;
	}
}
.footer-menu .footer-navigation{
	display: none;
}
@media (min-width: 768px){
	.footer-menu .footer-navigation{
		display: block;
	}
}
.footer-menu .footer-navigation ul:not(.sub-menu){
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.footer-menu .footer-navigation ul:not(.sub-menu) > li{
	margin-bottom: 10px;
}
.footer-menu .footer-navigation ul:not(.sub-menu) > li > a{
	text-align: left;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.footer-menu .footer-navigation .sub-menu li a{
	font-size: 12px;
	line-height: 16px;
}
.footer-menu .footer-navigation.footer-navigation-mobile{
	display: block;
}
@media (min-width: 768px){
	.footer-menu .footer-navigation.footer-navigation-mobile{
		display: none;
	}
}
.footer-menu .footer-navigation.footer-navigation-mobile ul{
	display: block;
}
.footer-menu .footer-navigation.footer-navigation-mobile ul li{
	margin-bottom: 10px;
}
.footer-menu .footer-navigation.footer-navigation-mobile ul li a{
	display: block;
	text-align: center;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}
.footer-detail{
	margin-top: 40px;
	flex: 0 0 65%;
	overflow: hidden;
	border-radius: 20px;
	background-color: #65C5B720;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 768px){
	.footer-detail{
		margin-top: 0px;
	}
	.footer-detail{
		flex: 0 0 25%;
	}
	.footer-detail{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer-detail{
		padding-left: 30px;
		padding-right: 30px;
	}
}
.footer-detail h3{
	margin-bottom: 10px;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 18px;
	line-height: 23px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.footer-detail p{
	margin: 0px;
	font-size: 11px;
	font-size: 12px;
	line-height: 16px;
}
.footer-detail .operations{
	margin-bottom: 20px;
}
.footer-detail .operations-row{
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.footer-detail .operations--day{
	flex: 0 0 30%;
}
.footer-detail .operations--hour{
	flex: 0 0 60%;
}
.footer-detail__info p{
	margin-bottom: 10px;
}
.footer-logo{
	text-align: center;
}
.footer-logo img{
	margin-bottom: 30px;
	max-width: 100%;
}
.footer-logo .btn{
	margin-bottom: 20px;
}
.footer-logo .link{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-logo .link span{
	margin-left: 10px;
}
.footer-logo .link span span{
	margin-left: 5px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.site-info .copyright{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(101, 197, 183, var(--tw-border-opacity));
	padding-top: 10px;
	padding-bottom: 19px;
}
.site-info .copyright p{
	margin: 0px;
	font-family: Roboto Mono;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 20px;
	letter-spacing: 0.32px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 768px){
	.site-info .copyright p{
		text-align: center;
	}
}
.site-info .copyright p + p{
	display: none;
	font-size: 11px;
	line-height: 1.5;
}
@media (min-width: 768px){
	.site-info .copyright p + p{
		display: block;
	}
}
@media (max-width: 768px){
	.site-info .copyright-note{
		flex: 0 0 100%;
	}
}
.site-info .copyright-link{
	flex: 0 0 100%;
}
@media (min-width: 768px){
	.site-info .copyright-link{
		flex: 0 0 40%;
	}
}
.site-info .copyright-link .legal-navigation ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 768px){
	.site-info .copyright-link .legal-navigation ul{
		justify-content: flex-end;
	}
}
.site-info .copyright-link .legal-navigation ul li{
	position: relative;
	margin-left: 20px;
}
.site-info .copyright-link .legal-navigation ul li:before {
                            content: '\2022';
                            position: absolute;
                            top: 50%;
                            left: -14px;
                            --tw-translate-y: -50%;
                            transform: var(--tw-transform);
                            transform: var(--tw-transform);
                            --tw-text-opacity: 1;
                            color: rgba(40, 143, 130, var(--tw-text-opacity));
                        }
.site-info .copyright-link .legal-navigation ul li:first-child:before{
	display: none;
}
.site-info .copyright-link .legal-navigation ul a{
	font-size: 10px;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
.testi.cwiq-code {
    background: #004966 0% 0% no-repeat padding-box;
    padding-bottom: 0;
}
.carousel-wrapper {
    background: #004966 0% 0% no-repeat padding-box;
    padding: 70px;
}
.carousel-wrapper .profile-img-wrapper {
        display: none!important;
    }
.carousel-wrapper .single-item-wrapper {
        display: flex;
        flex-direction: column;
        background: #69AFCA4D 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #85DCFF;
        border-radius: 10px;
        padding: 10px;
    }
.carousel-wrapper .rating-wrapper {
        order: 3;
        text-align: left !important;
    }
.carousel-wrapper .rating-wrapper .dashicons {
            color: #C2EEFF !important;
        }
.carousel-wrapper h3.author-name {
        order: 1;
        text-align: left !important;
        font: normal normal bold 18px/50px Roboto Mono !important;
        letter-spacing: 0px;
        color: #F2F2F2 !important;
    }
.carousel-wrapper h4.author-bio {
        order: 4;
        font: normal normal bold 14px/19px Roboto Mono !important;
letter-spacing: 1.4px !important;
color: #F2F2F2 !important;
text-transform: uppercase !important;
text-align: left !important;
    }
.carousel-wrapper .item-content-wrapper {
        order: 2;
        text-align: left !important;
font: normal normal medium 14px/20px Roboto !important;
letter-spacing: 0px;
color: #F2F2F2 !important;
background: transparent !important;
font-style: normal !important;
padding: 10px 0 !important;
    }
.carousel-wrapper .item-content-wrapper .item-content {
    text-align: left !important;
font: normal normal medium 14px/20px Roboto !important;
letter-spacing: 0px;
color: #F2F2F2 !important;
background: transparent !important;
font-style: normal !important;
}
.carousel-wrapper .item-content-wrapper:before {
            display: none !important;
        }
.entry-footer a{
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.data-target-div1 #caf-filter-layout1 li a, .data-target-div1 #caf-filter-layout1 li.more span {
    background: #0075A333 0% 0% no-repeat padding-box;
    border: 1px solid #0075A3;
    border-radius: 20px;
    letter-spacing: 0px;
    color: #004966;
    width: 100%;
    max-width: none!important;
    display: inline-block;
    height: 60px;
    line-height: 40px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}
.caf-meta-content {
    display: none!important;
}
div#caf-post-layout-container {
    background: #F2F2F2 0% 0% no-repeat padding-box!important;
}
div#caf-post-layout-container .caf-row {
        max-width: 1080px !important;
        margin: 0 auto;
    }
div#caf-post-layout-container .caf-post-layout1 .manage-layout1 {
        padding: 0;
        box-shadow: 0 0 8px -5px #000;
        background: #0075A3 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 25px #7D45FF0F;
        border-radius: 8px;
        height: 490px
    }
.data-target-div1 .caf-post-layout1 .caf-post-title {
    background: #0075A3 0% 0% no-repeat padding-box !important;
}
.data-target-div1 .caf-post-layout1 .caf-post-title a{
	font-family: Roboto Mono !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
}
.caf-post-layout1 .caf-content-read-more {
    background: none !important;
    bottom: 25px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.caf-post-layout1 .caf-content {
    text-align: left !important;
}
.products {
    background: #0075A3;
}
.products-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
}
.product-container {
    background: #004966 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 25px #7D45FF0F;
    border-radius: 8px;
    width: 326px;
    height: 480px;
    position: relative;
    margin-right: 30px;
}
.product-container:last-child {
    margin-right: 0;
}
.product-img img {
    max-height: 230px;
    height: 100%;
    width: 100%;
}
.product-content {
    padding: 24px;
    position: absolute;
    bottom: 0;
}
.product-content h1 {
    text-align: left;
    font: normal normal bold 24px/24px Roboto Mono;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.product-content p {
    text-align: left;
    font: normal normal normal 16px/22px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}
a.product-btn {
    background: #85DCFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
    font: normal normal medium 14px/19px Roboto Mono;
    letter-spacing: 1.4px;
    color: #004966;
    text-transform: lowercase;
    padding: 12px 20px;
    display: block;
    margin: 32px 0 0;
}
.product-content a.product-btn:last-child {
    border: 2px solid #C2EEFF;
    border-radius: 10px;
    background: transparent;
    text-align: center;
    font: normal normal medium 14px/19px Roboto Mono;
    letter-spacing: 1.4px;
    color: #C2EEFF;
    margin: 10px 0;
}
.products.deploy {
    background: #004966;
    padding-top: 80px;
}
.products.deploy .product-container {
    background: #0075A3;
}
.category-deploy-suite div#caf-post-layout-container {
    background: #004966 !important;
}
.caf-post-layout1 .caf-content-read-more a.caf-read-more {
        border: 2px solid #C2EEFF;
        border-radius: 10px;
        font-family: Roboto Mono;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        line-height: 35px;
        letter-spacing: 1.4px;
        color: #C2EEFF;
        text-transform: lowercase;
        width: 279px;
        height: 42px;
    }
.caf-post-layout1 .caf-content-read-more a.caf-read-more:hover {
    background-color: none !important;
    color: #0075a3 !important;
}
.caf-post-layout1 .caf-content-read-more a.caf-read-more:after {
    content: 'learn more';
    text-indent: 0;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
}
.caf-post-layout1 .caf-content-read-more a.caf-read-more {
    text-indent: -9999px;
}
.data-target-div1 ul#caf-layout-pagination.post-layout1 li a, .data-target-div1 .prev-next-caf-pagination .caf-pagi-btn {
    background: none !important;
    text-align: center;
    letter-spacing: 0.35px;
    color: #0075A3;
    max-width: none!important;
    display: inline-block;
    height: 60px;
    line-height: 40px;
}
ul#caf-layout-pagination.post-layout1 span.page-numbers.current{
	font-family: Roboto Mono;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
    letter-spacing: 0.35px;
    color: #0075A3;
    background: none !important;
}
.caf-content{
	font-family: Roboto !important;
	font-size: 16px !important;
	line-height: 22px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #0075A3 0% 0% no-repeat padding-box !important;
}
ul.caf-filter-layout1 li {
    width: 204px;
    height: 60px;
    margin: 0 14px;
}
.data-target-div1 #caf-filter-layout1 li a.active {
    font: normal normal medium 14px/16px Roboto Mono;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #004966 0% 0% no-repeat padding-box;
    border: 1px solid #0075A3;
    border-radius: 20px;
    max-width: none!important;
    display: inline-block;
    height: 60px;
    line-height: 40px;
}
.main-navigation{
	display: none;
}
@media (min-width: 1024px){
	.main-navigation{
		display: block;
	}
}
.main-navigation ul{
	display: flex;
}
.main-navigation ul li{
	margin-left: 20px;
}
.mobile-menu{
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
}
@media (min-width: 1024px){
	.mobile-menu{
		display: none;
	}
}
.mobile-menu:before {
        content: '';
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI2IDE2Ij4KICA8ZyBpZD0iQnVyZ2VyX01lbnUiIGRhdGEtbmFtZT0iQnVyZ2VyIE1lbnUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPgogICAgPGcgaWQ9Ik5hdl9CdXJnZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNiAtMzgpIj4KICAgICAgPGxpbmUgaWQ9IkxpbmVfMSIgZGF0YS1uYW1lPSJMaW5lIDEiIHgyPSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzYgMzgpIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NWM1YjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICAgIDxsaW5lIGlkPSJMaW5lXzIiIGRhdGEtbmFtZT0iTGluZSAyIiB4Mj0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2IDQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjVjNWI3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgICA8bGluZSBpZD0iTGluZV8zIiBkYXRhLW5hbWU9IkxpbmUgMyIgeDI9IjI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNiA1MikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzY1YzViNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=') center no-repeat;
        background-size: 25px;
        background-position: right center;
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }
.mobile-navigation{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
	height: 100%;
	width: 100%;
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	overflow-y: scroll;
	--tw-bg-opacity: 1;
	background: rgba(0, 117, 163, var(--tw-bg-opacity)) !important;
	padding-bottom: 30px;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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;
}
@media (min-width: 1024px){
	.mobile-navigation{
		display: none !important;
	}
}
.mobile-navigation.open{
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.mobile-navigation .js-mobile-close{
	position: absolute;
	top: 60px;
	right: 40px;
	display: block;
	height: 40px;
	width: 40px;
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}
.mobile-navigation .js-mobile-close:before {
            content: '';
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIxOS43OTkiIHZpZXdCb3g9IjAgMCAyNiAxOS43OTkiPgogIDxnIGlkPSJOYXZfQnVyZ2VyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUgLTM1LjM0KSI+CiAgICA8bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgeDI9IjI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOS41MTUgMzYuNzU0KSByb3RhdGUoNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NWM1YjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8bGluZSBpZD0iTGluZV8yIiBkYXRhLW5hbWU9IkxpbmUgMiIgeDI9IjI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNiA0NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzY1YzViNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9IjAiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzMiIGRhdGEtbmFtZT0iTGluZSAzIiB4Mj0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5LjUxNSA1My43MjUpIHJvdGF0ZSgtNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NWM1YjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K') center no-repeat;
            background-size: 25px;
            background-position: right center;
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
        }
.mobile-navigation ul{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.mobile-navigation ul:not(.sub-menu) > li{
	position: relative;
	margin-bottom: 30px;
}
.mobile-navigation ul:not(.sub-menu) > li > a{
	position: relative;
	display: block;
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 22px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	text-align: left;
	font-family: Roboto Mono;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.mobile-navigation ul:not(.sub-menu) > li.menu-item-has-children .trigger{
	position: absolute;
	top: -6px;
	right: 0px;
	z-index: 1;
	display: block;
	height: 40px;
	width: 40px;
	cursor: pointer;
	text-align: right;
	font-family: Roboto Mono;
	font-size: 24px;
	line-height: 24px;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.mobile-navigation ul:not(.sub-menu) > li.menu-item-has-children .trigger:before {
                            content: "+";
                        }
.mobile-navigation ul:not(.sub-menu) > li.open .trigger:before {
                            content: '-';
                        }
.mobile-navigation ul ul.sub-menu {
    padding: 20px 10px 0;
}
.mobile-navigation ul ul.sub-menu li{
	margin-bottom: 15px;
}
.mobile-navigation ul ul.sub-menu li a{
	font-size: 16px;
	text-transform: capitalize;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	text-align: left;
	font-family: Roboto;
	font-size: 20px;
	line-height: 35px;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.mobile-navigation ul:not(.sub-menu) > li.button > a {
    text-align: center;
    font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-transform: lowercase;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #fff;
}
.social-icons {
    position: absolute;
    bottom: 40px;
    gap: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.social-icons a.fa {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #00000000;
        border-radius: 50%;
        padding: 0 6px;
        width: 32px;
        color: #0075A3;
        font-size: 20px;
        height: 32px;
        line-height: 32px;
    }
.mobile-navigation ul:not(.sub-menu) > li.button:last-child > a {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
    letter-spacing: 1.4px;
    color: #004966;
    text-transform: lowercase;
    padding: 20px;
}
.mobile-navigation ul ul.sub-menu li a svg {
    display: inline;
}
.mobile-navigation .notif{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.mobile-navigation .notif p{
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.mobile-navigation .review{
	margin-top: 35px;
	margin-bottom: 45px;
	padding-left: 40px;
	padding-right: 40px;
}
.mobile-navigation .review p{
	margin-top: 10px;
	font-size: 16px;
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.mobile-navigation .buttons{
	text-align: center;
}
.mobile-navigation .buttons .link{
	display: flex;
	align-items: center;
	justify-content: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.mobile-navigation .buttons .link svg{
	margin-right: 15px;
}
.mobile-navigation .buttons .link span{
	--tw-text-opacity: 1;
	color: rgba(255, 252, 235, var(--tw-text-opacity));
}
/* NAVIGATION HEADER */
.navigation-header{
	display: none;
}
@media (min-width: 1024px){
	.navigation-header{
		display: block;
	}
}
.navigation-header ul{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.navigation-header ul > .menu-item-has-children, .navigation-header ul:not(.sub-menu) > li{
	position: relative;
}
.navigation-header ul > .menu-item-has-children > a, .navigation-header ul:not(.sub-menu) > li > a{
	position: relative;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 22px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.navigation-header ul > .menu-item-has-children .sub-menu, .navigation-header ul:not(.sub-menu) > li .sub-menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 200px;
	overflow: hidden;
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(40, 143, 130, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.navigation-header ul > .menu-item-has-children .sub-menu a, .navigation-header ul:not(.sub-menu) > li .sub-menu a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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;
}
.navigation-header ul > .menu-item-has-children .sub-menu a:hover, .navigation-header ul:not(.sub-menu) > li .sub-menu a:hover {
    /* background-color: #65C5B730; */
    background: rgba(0,117,163,0.5);
}
/*.navigation-header ul > .menu-item-has-children > a:after {*/
/*                content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMDQiIGhlaWdodD0iNi4yNTkiIHZpZXdCb3g9IjAgMCAxMS4xMDQgNi4yNTkiPgogIDxnIGlkPSJHcm91cF80MTg1IiBkYXRhLW5hbWU9Ikdyb3VwIDQxODUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MjQuMzggLTcwKSI+CiAgICA8cGF0aCBpZD0iUGF0aF80NDUiIGRhdGEtbmFtZT0iUGF0aCA0NDUiIGQ9Ik0xMDAuOTMyLDExLjgsOTUuNTI2LDYuMzk0YS41LjUsMCwwLDEsLjcwNy0uNzA3bDQuNyw0LjcsNC43LTQuN2EuNS41LDAsMCwxLC43MDcuNzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTI5IDY0LjQ2KSIgZmlsbD0iIzY1YzViNyIvPgogIDwvZz4KPC9zdmc+Cg==');*/
/*                position: absolute;*/
/*                top: 11px;*/
/*                right: 0px;*/
/*            }*/
.navigation-header ul > .menu-item-has-children:hover .sub-menu{
	display: block;
}
.header-menu__right .navigation-header ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-menu__right .navigation-header ul li.button a{
	display: inline-block !important;
	width: 200px !important;
    text-align: center !important;
	border-radius: 10px !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	padding-left: 31px !important;
	padding-right: 31px !important;
	line-height: 19px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(0, 117, 163, var(--tw-text-opacity)) !important;
	border-width: 2px !important;
	border-style: solid !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
	font-family: Roboto Mono !important;
	font-size: 14px !important;
	line-height: 22px !important;
}
header .wrapper {
    padding: 0;
}
.header-menu__right .navigation-header ul li:first-child{
	margin-right: 10px;
}
.header-menu__right .navigation-header ul li:first-child a{
	background-color: transparent !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.header-menu__left .navigation-header ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-menu__left .navigation-header ul li{
	margin: 12px;
}
{
	position: relative;
	position: absolute;
}
.absolute{
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
{
	position: fixed;
}
.fixed{
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
img.absolute{
	z-index: -1;
	-o-object-fit: cover;
	   object-fit: cover;
}
.btn{
	display: inline-block;
	cursor: pointer;
	border-radius: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 18px;
	line-height: 23px;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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;
}
.btn--primary{
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(40, 143, 130, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn--primary:hover{
	--tw-border-opacity: 1;
	border-color: rgba(101, 197, 183, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
}
.btn--secondary{
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 252, 235, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
.btn--secondary:hover{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.btn--tertiary{
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(40, 143, 130, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
.btn--tertiary:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.aspect img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.a16x9{
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.a16x9 > *{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.a16x9{
	--tw-aspect-w: 16;
	--tw-aspect-h: 9;
}
.a1x1, .a1x10, .a1x11, .a1x12, .a1x13, .a1x14, .a1x15, .a1x16{
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.a1x1 > *, .a1x10 > *, .a1x11 > *, .a1x12 > *, .a1x13 > *, .a1x14 > *, .a1x15 > *, .a1x16 > *{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.a1x1{
	--tw-aspect-w: 1;
	--tw-aspect-h: 1;
}
.a4x3{
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.a4x3 > *{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.a4x3{
	--tw-aspect-w: 4;
	--tw-aspect-h: 3;
}
.module-hero{
	position: relative;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-bottom: 200px;
}
@media (min-width: 768px){
	.module-hero{
		padding-bottom: 0px;
	}
}
.module-hero .wrapper{
	display: block;
	height: 100%;
	align-items: flex-end;
}
@media (min-width: 768px){
	.module-hero .wrapper{
		display: flex;
	}
}
.module-hero .hero-slider .slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 2;
	height: 40px;
	width: 40px;
	overflow: hidden;
            text-indent: -99em;

            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDE3IDQwIj4KICA8cGF0aCBpZD0iU3VidHJhY3Rpb25fMTAiIGRhdGEtbmFtZT0iU3VidHJhY3Rpb24gMTAiIGQ9Ik0yNzQ3LDQwVjMzLjU0OEwyNzU4LjIsMjAsMjc0Nyw2LjQ1MlYwbDE3LDIwLTE3LDIwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3NDcpIiBmaWxsPSIjMjg4ZjgyIi8+Cjwvc3ZnPgo=') center no-repeat;
}
.module-hero .hero-slider img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-height: calc(100vh - 130px);
}
@media (min-width: 768px){
	.module-hero .hero-slider img{
		height: 100vh;
	}
	.module-hero .hero-slider img{
		width: 100%;
	}
	.module-hero .hero-slider img{
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
@media (min-width: 1536px){
	.module-hero .hero-slider img{
		max-height: calc(100vh - 280px);
	}
}
.module-hero .hero-slider .slick-prev{
	left: 10px;
	--tw-scale-x: -1;
	transform: var(--tw-transform);
}
.module-hero .hero-slider .slick-next{
	right: 10px;
}
.module-hero .hero-slider .slick-dots{
	position: absolute;
	bottom: 40px;
	left: calc(50% + 350px);
	z-index: 2;
	display: none;
	width: 200px;
	text-align: center;
}
@media (min-width: 768px){
	.module-hero .hero-slider .slick-dots{
		display: block;
	}
}
.module-hero .hero-slider .slick-dots li{
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.module-hero .hero-slider .slick-dots li button{
	height: 15px;
	width: 15px;
	overflow: hidden;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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;
                    text-indent: -99em;
}
.module-hero .hero-slider .slick-dots li.slick-active button{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.module-hero .hero-text{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;

            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTc1LjgzNCIgaGVpZ2h0PSI1NTcuMTg4IiB2aWV3Qm94PSIwIDAgMjE3NS44MzQgNTU3LjE4OCI+CiAgPHBhdGggaWQ9IlN1YnRyYWN0aW9uXzEiIGRhdGEtbmFtZT0iU3VidHJhY3Rpb24gMSIgZD0iTTMyMDMuNTEsNTU3LjE4N0gxMDI3LjY4M2wxMS41LTE1Ljc0OGMuMTEzLS4xNTMsMTEuNTQ5LTE1LjU2NSwzMy41MzMtNDAuOTI3LDEyLjk2MS0xNC45NTMsMjcuMDI5LTMwLjQyOCw0MS44MTItNDYsMTguNDc4LTE5LjQ1OCwzOC4xMzItMzkuMTE3LDU4LjQxNy01OC40MjhBMTg1MC43NTksMTg1MC43NTksMCwwLDEsMTMzOS4zMTIsMjU1LjdjMzQuODg5LTI2LjEyMiw3MS4xNjQtNTEuMzgsMTA3LjgxNS03NS4wNzIsMTkuNy0xMi43MzQsMzkuOS0yNS4yNjYsNjAuMDM1LTM3LjI1LDIxLjA1My0xMi41MjksNDIuNjIyLTI0LjgsNjQuMTA4LTM2LjQ4NiwxNi40NzctOC45NTgsMzMuMDUzLTE3LjQ4OSw0OS4yNjgtMjUuMzU2LDE2LjA3My03LjgsMzIuMjE5LTE1LjE1MSw0Ny45ODktMjEuODU1LDE1LjY0Ni02LjY1MSwzMS4zMzQtMTIuODM5LDQ2LjYzMS0xOC4zOTIsMTUuMTg0LTUuNTEyLDMwLjM5LTEwLjU0Nyw0NS4xOTQtMTQuOTY0LDE0LjctNC4zODcsMjkuNC04LjI4MSw0My42NzktMTEuNTc1LDE0LjItMy4yNzMsMjguMzU0LTYuMDM5LDQyLjA4My04LjIyMiwxMy42NTctMi4xNzEsMjcuMjUzLTMuODIxLDQwLjQwOS00LjkwNkMxODk5LjYxOS41NDcsMTkxMi42MjQsMCwxOTI1LjE4LDBhMzk2LjU3NSwzOTYuNTc1LDAsMCwxLDU5LjgxLDQuMzk0LDMyNy4wMjIsMzI3LjAyMiwwLDAsMSw1NC40NTYsMTMuMDcxYzguNTcsMi44NzksMTcuMDE4LDYuMTU1LDI1LjExLDkuNzM4czE2LjA0NSw3LjU2NywyMy42MzgsMTEuODQ0LDE1LjA0Miw4Ljk2NiwyMi4xMjMsMTMuOTI5LDE0LjAwOCwxMC4zNTEsMjAuNTYzLDE1Ljk5NCwxMi45NDYsMTEuNzIzLDE4Ljk1OSwxOC4wMzhjNi4wMjgsNi4zMzEsMTEuODUyLDEzLjA4LDE3LjMxLDIwLjA2MSw1LjQ3Miw3LDEwLjcyNywxNC40MjIsMTUuNjE3LDIyLjA2Myw0LjkwNSw3LjY2NSw5LjU3NSwxNS43NTQsMTMuODgsMjQuMDQ0LDQuMzIxLDguMzIxLDguMzkxLDE3LjA3MSwxMi4xLDI2LDMuNzIzLDguOTc0LDcuMTc5LDE4LjM3NiwxMC4yNzIsMjcuOTQzYTQzNy43ODcsNDM3Ljc4NywwLDAsMSwxNC44ODgsNjEuNjIxYzIuMSwxMi40MjksNC42MzMsMjQuNjE3LDcuNTQxLDM2LjIyNSwyLjg2NiwxMS40NDIsNi4xNzIsMjIuNjM5LDkuODI3LDMzLjI4MiwzLjYsMTAuNDg3LDcuNjQsMjAuNzIyLDEyLDMwLjQyMiw0LjMsOS41NTgsOS4wMzUsMTguODU5LDE0LjA3MywyNy42NDVhMjkxLjIyNywyOTEuMjI3LDAsMCwwLDE2LjAzMiwyNC45NTMsMjczLjgsMjczLjgsMCwwLDAsMTcuODg0LDIyLjM0NCwyNjMuNTg3LDI2My41ODcsMCwwLDAsNDAuODg5LDM3LjJjNy4yNTcsNS4zMjgsMTQuOTI0LDEwLjM4MiwyMi43ODgsMTUuMDIsNy43NCw0LjU2NSwxNS44ODQsOC44NTMsMjQuMjA1LDEyLjc0NSw4LjE5LDMuODMxLDE2Ljc3NCw3LjM4MiwyNS41MTQsMTAuNTU1LDguNiwzLjEyMywxNy41ODksNS45NjUsMjYuNzE1LDguNDQ4YTM5OS4zMzEsMzk5LjMzMSwwLDAsMCw1Ni42LDEwLjkxMSw1MDEuOSw1MDEuOSwwLDAsMCw2MC4xLDMuNDg4YzE1Ljc5NSwwLDMyLjI2LS42NzgsNDguOTM5LTIuMDE3LDE2LjI1NC0xLjMsMzMuMTIyLTMuMjY3LDUwLjEzNC01LjgzNWE5MDMuOTI5LDkwMy45MjksMCwwLDAsMTAyLjItMjEuODQyYzEyLjgxOS0zLjQ5NSwyNS45NDktNi41NzEsMzkuMDIzLTkuMTQ1LDEyLjU4Ni0yLjQ3NywyNS40NTktNC41NTQsMzguMjYzLTYuMTc0YTU4OC42LDU4OC42LDAsMCwxLDczLjU4Mi00LjU5MmMxNi4xODksMCwzMi43MDkuNjYyLDQ5LjEsMS45NjgsMTUuMjU0LDEuMjE2LDMwLjc3MSwzLjAxOSw0Ni4xMjEsNS4zNTlhNjg0LjUxOCw2ODQuNTE4LDAsMCwxLDgxLjQ0MywxNy42MTRjMjEuNzQsNi4xLDQzLjI1MSwxMy4yODMsNjMuOTM4LDIxLjM0NywxNS4xLDUuODg4LDI5LjQ3MiwxMi4xMiw0Mi43LDE4LjUyNGgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMjcuNjgzIDAuMDAxKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K') 65% 100% no-repeat;
            background-position: 65% calc(100% - 200px);
}
@media (min-width: 768px) {
.module-hero .hero-text {
                background-position: bottom center
        }
            }
.module-hero .hero-wrapper{
	max-width: 580px;
}
.benefits-img {
    display: none;
}
@media (max-width: 768px){
    .products-main {
        flex-direction: column;
    }
    .product-container {
        margin: 0 0 10px;
    }
    .module-benefits {
        background: #f1f1f1;
    }
    .module-benefits .benefits.size-two .benefits--item {
        max-width: none !important;
    }
    .benefits-img {
        display: block;
    }
    .module-benefits .bg {
        display: none;
    }
	.module-hero .hero-wrapper{
		margin-left: auto;
		margin-right: auto;
	}
	.module-hero .hero-wrapper{
		display: flex;
	}
	.module-hero .hero-wrapper{
		height: 100%;
	}
	.module-hero .hero-wrapper{
		flex-direction: column;
	}
	.module-hero .hero-wrapper{
		justify-content: space-between;
	}
	.wp-block-cover.home_banner h2.wp-block-heading {
        letter-spacing: 4.6px !important;
        color: #FFFFFF;
        font-size: 46px !important;
        font-weight: 700 !important;
        line-height: 50px !important;
        padding-right: 0 !important;
    }
    .wp-block-cover.home_banner p {
        font-size: 14px !important;
        line-height: 24px !important;
        letter-spacing: 0.42px !important;
    }
    .module-text-banner.leader .text-banner__text .wrapper .content h3 {
        font-family: Roboto;
        font-size: 24px !important;
        line-height: 30px !important;
    }
    h2.cwiq-code {
        font-size: 14px !important;
        line-height: 17px !important;
        letter-spacing: 1.4px !important;
    }
    h1.cwiq-code {
        font-size: 24px !important;
        line-height: 29px !important;
    }
    .module-text-with-image .text-simple__content {
        order: 1 !important;
        max-width: none !important;
        width: 100% !important;
    }
    .entry-content .module-text-with-image.cwiq-code {
        padding: 0 10px 50px !important;
    }
    .entry-content .module-text-with-image.cwiq-data {
        padding: 50px 10px !important;
    }
    .module-benefits p strong {
        font-size: 28px !important;
        line-height: 37px !important;
    }
    .module-benefits p {
        font-size: 28px !important;
        line-height: 37px !important;
    }
    .module-benefits .benefits.size-two {
        column-count: 1 !important;
    }
    .module-benefits .benefits--content {
        border: 0 !important;
        background: none !important;
        box-shadow: none !important;
    }
    .module-benefits .benefits--content h4 span {
        font-weight: bold !important;
    }
    .wp-block-cover.endtoend .wp-block-cover__inner-container h2, .wp-block-cover.endtoend .wp-block-cover__inner-container h2 strong {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .wp-block-cover.endtoend .wp-block-cover__inner-container p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .wp-block-buttons>.wp-block-button {
        display: inline-block !important;
        margin: 0 !important;
    }
    .module-text-with-image.data-right .second-btn-icon {
        margin-left: 0 !important;
    }
    .module-benefits {
        padding-bottom: 30px !important;
    }
    .entry-content .testimonials-home .wp-block-column:first-child {
        display: flex !important;
        max-width: none !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding-left: 20px !important;
    }
    .entry-content .testimonials-home .wp-block-column h2.testi.cwiq-code {
        margin-top: 25px !important;
        margin-bottom: 15px !important;
        padding-top: 0px !important;
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 2.7px;
    }
    .testimonials-home .wp-block-column h1.testi.cwiq-code strong {
        font-size: 28px !important;
    }
    .testimonials-home .wp-block-column .carousel-wrapper {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .wp-block-cover.get-started .wp-block-cover__inner-container h2 {
        text-align: center !important;
        font-size: 38px!important;
        line-height: 50px!important;
    }
    .module-faq .wrapper {
        flex-direction: column!important;
    }
    .module-faq .module-title {
        width: 100%!important;
        font-size: 28px!important;
        line-height: 37px!important;
    }
    .module-faq-list .faq-right {
        padding-top: 20px!important;
        padding-bottom: 30px!important;
        padding-left: 20px!important;
        padding-right: 40px!important;
    }
    .module-faq .faq--question:after {
        right: -27px!important;
    }
    .module-faq-list {
        padding-bottom: 50px!important;
    }
    .footer-main .wrapper {
        flex-direction: column!important;
    }
    .footer-logo {
        max-width: 250px !important;
        margin: 0 auto 20px!important;
        width: 100% !important;
    }
    .footer-newsletter .newsletter--form form {
        max-width: none !important;
        flex-direction: column!important;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
        padding: 0 20px !important;
    }
    .footer-newsletter .newsletter--form .form-field input {
        width: 100%!important;
        max-width: none !important;
    }
    .footer-right {
        margin: 0 auto !important;
        text-align: center !important;
        display: flex;
        flex-direction: column!important;
    }
    .footer-left {
        text-align: center !important;
    }
    .footer-left .social-icons {
        display: none;
    }
    .footer-left .btn.btn--primary {
        margin: 0 auto !important;
    }
    .footer-newsletter {
        order: 2 !important;
        margin: 15px 0 !important;
    }
    .footer-menu {
        order: 1!important;
    }
    .footer-menu .footer-navigation ul:not(.sub-menu) > li:nth-child(-n+6) {
        display: block!important;
    }
    .footer-menu .footer-navigation ul:not(.sub-menu) > li {
        display: none!important;
    }
    .footer-menu .footer-navigation.footer-navigation-mobile ul li a {
        font-size: 14px !important;
        line-height: 16px !important;
        font-weight: 500 !important;
        letter-spacing: 0.35px!important;
        color: #FFFFFF!important;
    }
    .site-header .wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .site-branding .header-main a, .site-branding .header-main img, .site-branding .header-main picture {
        max-width: 150px !important;
    }
    .wp-block-cover.home_banner {
        min-height: 500px !important;
    }
    .newsletter--form .form-row {
        margin-bottom: 10px !important;
        text-align: left !important;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        margin-top: 0 !important;
    }
    .module-text-banner.leader .text-banner__text .wrapper .content {
        overflow: hidden;
        white-space: normal!important;
    }
    .footer-right .social-icons {
        display: flex !important;
        position: relative !important;
        bottom: 0 !important;
        order: 3!important;
        justify-content: center !important;
        align-items: center;
    }
    .mobile-navigation .social-icons {
        position: relative !important;
        bottom: 0 !important;
    }
    .wp-block-cover.home_banner p {
        padding-right: 0 !important;
    }
    .entry-content .wp-block-cover.about .wp-block-cover__inner-container h2.wp-block-heading {
        font-size: 14px !important;
        line-height: 17px !important;
    }
    .entry-content .wp-block-cover.about .wp-block-cover__inner-container p {
        margin-bottom: 23px !important;
        font-size: 30px !important;
        line-height: 34px !important;
    }
    .module-text-banner.suite-modular .wrapper h3 {
        margin-bottom: 20px !important;
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .entry-content .wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
        object-position: 65% 61% !important;
    }
    .wp-block-columns.tab-button.is-layout-flex.wp-container-12 {
        display: none !important;
    }
    .module-text-with-image.mission.cwiq-code h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .module-text-with-image.mission.cwiq-code p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .module-three-col.suite-pointers {
        padding-bottom: 20px !important;
    }
    .module-two-col-list.suite-pointers .two-col-list {
        width: 100% !important;
    }
    .entry-content .module-two-col-list.suite-pointers h3 span.img {
        width: auto !important;
        margin-right: 20px !important;
    }
    .module-two-col-list.suite-pointers h3 span.img img {
        max-height: 50px;
        width: 50px!important;
        height: 50px !important;
    }
    .module-three-col.suite-pointers {
        flex-direction: column !important;
        display: flex !important;
    }
    .module-three-col.suite-pointers .columns--item {
        margin-bottom: 30px!important;
    }
    .module-three-col.suite-pointers .columns--item:last-child {
        margin: 0 !important;
    }
    .module-three-col .columns img {
        margin-left: 0 !important;
    }
    .module-text-banner.suite-modular .wrapper p {
        white-space: normal !important;
        overflow: hidden !important;
    }
    .caf-post-layout1 .caf-content-read-more a.caf-read-more {
        width: 80% !important;
    }
    .wp-block-cover.about .wp-block-cover__inner-container p {
        font-size: 30px !important;
        line-height: 34px !important;
    }
    .module-benefits.benefits.cwiq-code .module-title p {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    .module-benefits.benefits.cwiq-code p {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .module-benefits.benefits.cwiq-code .benefits--content h4 span {
        font-size: 14px !important;
        line-height: 19px !important;
    }
    .module-benefits.benefits.cwiq-code .benefits--content p {
        font-size: 12px !important;
        line-height: 16px !important;
        margin-bottom: 0 !important;
    }
    .module-benefits.benefits.cwiq-code.daily .benefits.size-two .benefits--item .benefits--content {
        padding: 2px 0 !important;
    }
    .module-text-with-image.mission.cwiq-code h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .module-text-with-image.mission.cwiq-code p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .module-text-banner.suite-modular .wrapper h3 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .explore-other-products .wp-block-column {
        justify-content: flex-start !important;
    }
    .explore-other-products .wp-block-buttons {
        justify-content: flex-start !important;
        padding: 0 10px !important;
        margin: -7% 0 !important;
    }
    .module-faq-list {
        padding-top: 0 !important;
    }
    .module-faq .wrapper {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .module-faq-list .faq-v2 .faq--image {
        display: none !important;
    }
    .module-text-banner.suite-modular {
        padding-bottom: 0 !important;
    }
    .module-benefits.benefits.all-products .module-title p {
        font-size: 14px !important;
        line-height: 19px !important;
    }
    .module-benefits.benefits.all-products p strong, .module-benefits.benefits.all-products p {
        font-size: 23px !important;
        line-height: 30px !important;
    }
    .entry-content .wp-block-cover.story .wp-block-cover__inner-container h2 {
        font-family: Roboto Mono !important;
        font-size: 24px !important;
        line-height: 32px !important;
        color: #fff !important;
    }
    .entry-content .wp-block-cover.story .wp-block-cover__inner-container p strong, .entry-content .wp-block-cover.story .wp-block-cover__inner-container p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    h2.careers-heading {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    .module-careers .blog-listing {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 0 5px !important;
    }
    .module-careers .blog-listing .blog-card__content h3 {
        font-size: 18px !important;
    }
    .module-careers .blog-listing .blog-card__content p {
        font-size: 10px !important;
        line-height: 14px !important;
    }
    .module-careers .blog-listing .blog-card a {
        width: 90% !important;
    }
    .module-careers .blog-listing__item {
        min-height: 350px !important;
    }
    .module-blogs {
        margin-bottom: 30px !important;
    }
    .module.module-faq.module-faq-list.option2.faq-about {
        padding-top: 20px !important;
    }
    .single-post__wrapper .wp-block-cover.about.blog .wp-block-cover__inner-container h2.wp-block-heading {
        font-size: 30px !important;
        line-height: 34px !important;
    }
    .single-post__wrapper .wp-block-cover.about.blog .wp-block-cover__inner-container p {
        font-size: 12px !important;
        margin-bottom: 0 !important;
        line-height: 16px !important;
    }
    .wp-block-columns.blogs.is-layout-flex.wp-container-4 {
        padding: 0 36px !important;
    }
    .entry-content h2.wp-block-heading.blog {
        font-size: 17px !important;
        padding-bottom: 0 !important;
    }
    .blogs ul.wp-block-categories-list li a {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .wp-block-latest-posts__list.blog-latest li a {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .module-blogs .blog-listing {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .single-post__wrapper .wrapper .entry-content p {
        padding: 0 !important;
    }
    .single-post__wrapper .wrapper .single-post__header {
        margin-bottom: 30px !important;
    }
    .entry-content .wp-block-cover.about.contact .wp-block-cover__inner-container h2.wp-block-heading {
        font-size: 30px !important;
        line-height: 34px !important;
        color: #fff !important;
        text-transform: capitalize !important;
        padding: 0 23px !important;
    }
    .wp-block-columns.contact.is-layout-flex.wp-container-4 {
        padding: 0 36px !important;
        margin-top: -100px !important;
    }
    .wp-block-cover.about.contact {
        z-index: -1;
        min-height: 300px !important;
    }
    .contact .module-three-col .columns {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }
    .contact .module.module-three-col.offices {
        padding-bottom: 20px !important;
    }
    .footer-newsletter .newsletter--text {
        padding: 0 40px !important;
    }
    .module.module-faq.module-faq-list.option2.faq-all-cwiq {
        padding: 30px 30px 10px !important;
    }
}

.langs {
  text-transform:uppercase;
  font-family:'Anton', sans-serif;
  display: inline-block;
  white-space: nowrap;
  animation: floatText 125s infinite linear;
  padding-left: 100%; /*Initial offset*/
  color:#ada97d;

}

.langs {
 animation-delay:5s;
}


@keyframes floatText {
  to {
    transform: translateX(-100%);
  }
}
span.discover-banner {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: capitalize;
}
.module-hero .hero-header{
	padding-top: 20px;
}
@media (min-width: 1024px){
	.module-hero .hero-header{
		padding-top: 0px;
	}
}
.module-hero .hero-header .subheading{
	margin: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (min-width: 768px){
	.module-hero .hero-header .subheading{
		font-size: 24px;
		line-height: 24px;
	}
}
.module-hero .hero-header .hero-title{
	margin: 0px;
	margin-bottom: 45px;
	text-align: center;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 36px;
	line-height: 52px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-hero .hero-header .hero-title{
		font-size: 76px;
		line-height: 80px;
	}
}
@media (max-width: 768px){
	.module-hero .hero-header .hero-title{
		line-height: normal;
	}
}
@media (min-width: 768px){
	.module-hero .hero-content{
		padding-bottom: 60px;
	}
}
.module-hero .hero-content h4{
	display: block;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-hero .hero-content h4{
		display: flex;
	}
	.module-hero .hero-content h4{
		text-align: left;
	}
}
.module-hero .hero-content h4 svg{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media (min-width: 768px){
	.module-hero .hero-content h4 svg{
		margin-right: 10px;
	}
	.module-hero .hero-content h4 svg{
		margin-left: 0px;
	}
}
.module-hero .hero-content p{
	margin-left: auto;
	margin-right: auto;
	max-width: 465px;
	text-align: center;
}
.module-hero .hero-content .btn{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: block;
	max-width: 300px;
	text-align: center;
}
.hero--item{
	position: relative;
}
.hero--wrapper{
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 80vh;
	flex-wrap: wrap;
}
.hero--wrapper.top-left{
	align-content: flex-start;
	justify-content: flex-start;
}
.hero--wrapper.top-center{
	align-content: flex-start;
	justify-content: center;
}
.hero--wrapper.top-right{
	align-content: flex-start;
	justify-content: flex-end;
}
.hero--wrapper.middle-left{
	align-content: center;
	justify-content: flex-start;
}
.hero--wrapper.middle-center{
	align-content: center;
	justify-content: center;
}
.hero--wrapper.middle-right{
	align-content: center;
	justify-content: flex-end;
}
.hero--wrapper.bottom-top{
	align-content: flex-end;
	justify-content: flex-start;
}
.hero--wrapper.bottom-center{
	align-content: flex-end;
	justify-content: center;
}
.hero--wrapper.bottom-right{
	align-content: flex-end;
	justify-content: flex-end;
}
.hero--content.left {
            text-align: left;
        }
.hero--content.right {
            text-align: right;
        }
.hero--content.center {
            text-align: center;
        }
.module-faq{
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 768px){
	.module-faq{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.module-faq .wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.module-faq .wrapper .faqs-list{
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px){
	.module-faq .wrapper .faqs-list{
		flex-direction: row;
	}
}
.module-faq .wrapper .faqs-list .faqs-menu{
	flex: 0 0 100%;
}
@media (min-width: 768px){
	.module-faq .wrapper .faqs-list .faqs-menu{
		flex: 0 0 35%;
	}
}
.module-faq .wrapper .faqs-list .faqs-menu .faq-control{
	z-index: 1;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (max-width: 768px){
	.module-faq .wrapper .faqs-list .faqs-menu .faq-control{
		display: flex;
	}
	.module-faq .wrapper .faqs-list .faqs-menu .faq-control{
		overflow: scroll;
	}
	.module-faq .wrapper .faqs-list .faqs-menu .faq-control{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.module-faq .wrapper .faqs-list .faqs-menu .faq-control{
		top: 100px !important;
	}
}
.module-faq .wrapper .faqs-list .faqs-menu .faq-control .btn{
	margin-right: 20px;
	margin-bottom: 20px;
}
.module-faq .wrapper .faqs-list .faqs-menu .faq-control a{
	text-align: center;
}
@media (max-width: 768px){
	.module-faq .wrapper .faqs-list .faqs-menu .faq-control a{
		margin-bottom: 0px;
	}
	.module-faq .wrapper .faqs-list .faqs-menu .faq-control a{
		width: 190px;
	}
}
@media (max-width: 767px) {
.module-faq .wrapper .faqs-list .faqs-menu .faq-control a {
                            flex: 0 0 190px
                    }
                        }
.module-faq .wrapper .faqs-list .faqs{
	flex: 0 0 100%;
}
@media (min-width: 768px){
	.module-faq .wrapper .faqs-list .faqs{
		flex: 0 0 60%;
	}
}
.module-faq .wrapper .faqs-list .faqs--group{
	margin-top: 55px;
}
@media (min-width: 768px){
	.module-faq .wrapper .faqs-list .faqs--group{
		margin-top: 85px;
	}
}
.module-faq .wrapper .faqs-list .faqs--group:first-child{
	margin-top: 0px;
}
.module-faq .wrapper .faqs-list .faqs--group-heading{
	margin-bottom: 15px;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 28px;
	line-height: 34px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-faq .wrapper .faqs-list .faqs--group-heading{
		margin-bottom: 30px;
	}
}
.module-faq{
	position: relative;
}
.module-faq .absolute{
	z-index: -1;
	-o-object-fit: cover;
	   object-fit: cover;
}
.module-faq .module-title{
	width: 30%;
	font-family: Roboto Mono;
	font-size: 64px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 80px;
	--tw-text-opacity: 1;
	color: rgba(0, 73, 102, var(--tw-text-opacity));
}
.module-faq .faq--item{
	margin-bottom: 15px;
}
.module-faq .faq--question{
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
.module-faq .faq--question:after {
                content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMDQiIGhlaWdodD0iNi4yNTkiIHZpZXdCb3g9IjAgMCAxMS4xMDQgNi4yNTkiPgogIDxnIGlkPSJHcm91cF80MTg1IiBkYXRhLW5hbWU9Ikdyb3VwIDQxODUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MjQuMzggLTcwKSI+CiAgICA8cGF0aCBpZD0iUGF0aF80NDUiIGRhdGEtbmFtZT0iUGF0aCA0NDUiIGQ9Ik0xMDAuOTMyLDExLjgsOTUuNTI2LDYuMzk0YS41LjUsMCwwLDEsLjcwNy0uNzA3bDQuNyw0LjcsNC43LTQuN2EuNS41LDAsMCwxLC43MDcuNzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTI5IDY0LjQ2KSIgZmlsbD0iIzY1YzViNyIvPgogIDwvZz4KPC9zdmc+Cg==');
                position: absolute;
                top: 50%;
                right: 0px;
                --tw-translate-y: -50%;
                transform: var(--tw-transform);
                transform: var(--tw-transform);
                --tw-text-opacity: 1;
                color: rgba(255, 255, 255, var(--tw-text-opacity));
            }
.module-faq .faq--question.open:after {
                    content: '-';
                    --tw-text-opacity: 1;
                    color: rgba(255, 255, 255, var(--tw-text-opacity));
                }
.module-faq .faq--answer{
	margin-bottom: 20px;
	display: none;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(218, 218, 218, var(--tw-border-opacity));
	padding-bottom: 30px;
	font-family: Roboto Mono;
	font-size: 15px;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-faq-list{
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 330px;
}
@media (min-width: 768px){
	.module-faq-list{
		padding-top: 110px;
	}
	.module-faq-list{
		padding-bottom: 110px;
	}
}
.module-faq-list.faq-all-cwiq .faq--image{
	display: none;
}
.module-faq-list.faq-all-cwiq .module-title{
	width: 100%;
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-faq-list.faq-about .faq-v2{
	width: 100% !important;
	justify-content: flex-end !important;
}
.module-faq-list.faq-about .module-title{
	margin-bottom: 10px;
	width: 100%;
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-faq-list.faq-cwiq-code .faq{
	border-radius: 20px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity));
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
}
.module-faq-list.faq-cwiq-code .faq .module-title{
	margin-bottom: 10px;
	width: 100%;
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-faq-list.faq-cwiq-code .faq--item{
	margin-bottom: 0px;
}
.module-faq-list.faq-cwiq-code .faq--question{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(194, 238, 255, var(--tw-border-opacity));
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Roboto Mono;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-faq-list.faq-cwiq-code .faq--question:after {
                    content: '+';
                    --tw-text-opacity: 1;
                    color: rgba(34, 31, 31, var(--tw-text-opacity));
                    --tw-text-opacity: 1;
                    color: rgba(255, 255, 255, var(--tw-text-opacity));
                }
.module-faq-list.faq-cwiq-code .faq--question.open{
	border-width: 0px;
}
.module-faq-list.faq-cwiq-code .faq--question.open:after {
                        content: '-';
                        --tw-text-opacity: 1;
                        color: rgba(255, 255, 255, var(--tw-text-opacity))}
.module-faq-list.faq-cwiq-code .faq--question.open + .faq--answer{
	margin-bottom: 0px;
}
.module-faq-list .module-title{
	margin-bottom: 30px;
}
.module-faq-list .absolute{
	-o-object-position: bottom;
	   object-position: bottom;
}
@media (min-width: 768px){
	.module-faq-list .absolute{
		-o-object-position: top;
		   object-position: top;
	}
}
.module-faq-list .faq-right{
	border-radius: 20px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity));
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
}
.module-faq-list .faq--item{
	margin-bottom: 0px;
	max-width: 489px;
}
.module-faq-list .faq--question{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(194, 238, 255, var(--tw-border-opacity));
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Roboto Mono;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	white-space: initial;
    word-wrap: break-word!important;
}
.module-faq-list .faq--question:after {
                content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMDQiIGhlaWdodD0iNi4yNTkiIHZpZXdCb3g9IjAgMCAxMS4xMDQgNi4yNTkiPgogIDxnIGlkPSJHcm91cF80MTg1IiBkYXRhLW5hbWU9Ikdyb3VwIDQxODUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MjQuMzggLTcwKSI+CiAgICA8cGF0aCBpZD0iUGF0aF80NDUiIGRhdGEtbmFtZT0iUGF0aCA0NDUiIGQ9Ik0xMDAuOTMyLDExLjgsOTUuNTI2LDYuMzk0YS41LjUsMCwwLDEsLjcwNy0uNzA3bDQuNyw0LjcsNC43LTQuN2EuNS41LDAsMCwxLC43MDcuNzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTI5IDY0LjQ2KSIgZmlsbD0iIzY1YzViNyIvPgogIDwvZz4KPC9zdmc+Cg==');
                --tw-text-opacity: 1;
                --tw-text-opacity: 1;
                color: rgba(255, 255, 255, var(--tw-text-opacity));
                background: #FFFFFF33 0% 0% no-repeat padding-box;
                width: 29px;
                height: 29px;
                text-align: center;
                border: 1px solid #fff;
                border-radius: 50%;
            }
.module-faq-list .faq--question.open{
	border-width: 0px;
}
.module-faq-list .faq--question.open:after {
                    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMDQiIGhlaWdodD0iNi4yNTkiIHZpZXdCb3g9IjAgMCAxMS4xMDQgNi4yNTkiPgogIDxnIGlkPSJHcm91cF80MTg1IiBkYXRhLW5hbWU9Ikdyb3VwIDQxODUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MjQuMzggLTcwKSI+CiAgICA8cGF0aCBpZD0iUGF0aF80NDUiIGRhdGEtbmFtZT0iUGF0aCA0NDUiIGQ9Ik0xMDAuOTMyLDExLjgsOTUuNTI2LDYuMzk0YS41LjUsMCwwLDEsLjcwNy0uNzA3bDQuNyw0LjcsNC43LTQuN2EuNS41LDAsMCwxLC43MDcuNzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTI5IDY0LjQ2KSIgZmlsbD0iIzY1YzViNyIvPgogIDwvZz4KPC9zdmc+Cg==');
                    --tw-text-opacity: 1;
                    color: rgba(255, 255, 255, var(--tw-text-opacity));
                    transform: scaleY(-1);
                    margin-top: -15px;
                }
.module-faq-list .faq--question.open + .faq--answer{
	margin-bottom: 0px;
}
.module-faq-list .link{
	margin-top: 30px;
	display: inline-block;
	font-family: Roboto Mono;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 24px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-faq-list .link{
		margin-top: 40px;
	}
}
.module-faq-list.option2 .background{
	-o-object-position: right top;
	   object-position: right top;
}
@media (min-width: 768px){
	.module-faq-list .faq-v2{
		display: flex;
	}
	.module-faq-list .faq-v2{
		justify-content: space-between;
	}
}
.module-faq-list .faq-v2 .faq{
	max-width: 100%;
}
.module-faq-list .faq-v2 .faq--image, .module-faq-list .faq-v2 .faq--content{
	min-height: 385px;
}
.module-faq-list .faq-v2 .faq--image .link, .module-faq-list .faq-v2 .faq--content .link{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-faq-list .faq-v2 .faq--image{
	position: relative;
}
.module-faq-list .faq-v2 .faq--image img{
	position: absolute;
	left: -200px;
	top: 0px;
	height: 370px;
	width: auto;
	max-width: none;
}
@media (min-width: 768px){
	.module-faq-list .faq-v2 .faq--image img{
		left: auto;
	}
	.module-faq-list .faq-v2 .faq--image img{
		right: 50px;
	}
	.module-faq-list .faq-v2 .faq--image img{
		top: 50%;
	}
	.module-faq-list .faq-v2 .faq--image img{
		height: 490px;
	}
	.module-faq-list .faq-v2 .faq--image img{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
}
.module-faq-list .faq-v2 .faq--question{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-faq-list .faq-v2 .faq--question:after{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-faq-list .faq-v2 .faq--answer p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-with-image{
	--tw-bg-opacity: 0 !important;
}
.module-text-with-image.cwiq-code.mission{
	padding-top: 100px;
}
.module-text-with-image.cwiq-code{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity)) !important;
	padding-left: 150px !important;
	padding-right: 150px !important;
	padding-bottom: 65px !important;
}
.module-text-with-image.cwiq-code p{
	margin-bottom: 0px;
	padding-bottom: 30px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-with-image.cwiq-code p.cwiq-label{
	margin-bottom: 0px;
	padding-bottom: 4px;
	font-family: Roboto Mono;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2.7px;
	--tw-text-opacity: 1;
	color: rgba(194, 238, 255, var(--tw-text-opacity));
}
.module-text-with-image.cwiq-code h2{
	margin-bottom: 0px !important;
	padding-bottom: 4px !important;
	font-family: Roboto Mono !important;
	font-size: 18px !important;
	line-height: 22px !important;
	letter-spacing: 2.7px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(194, 238, 255, var(--tw-text-opacity)) !important;
}
.module-text-with-image.cwiq-code h3{
	margin-bottom: 0px !important;
	padding-bottom: 10px !important;
	font-family: Roboto Mono !important;
	font-size: 28px !important;
	font-weight: 500 !important;
	line-height: 34px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.module-text-with-image.cwiq-code .wp-block-button:first-child .wp-block-button__link{
	margin-right: 10.5px;
	border-radius: 10px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 73, 102, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-with-image.cwiq-code .wp-block-button__link{
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-with-image.cwiq-data{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity)) !important;
	padding-left: 150px !important;
	padding-right: 150px !important;
	padding-bottom: 65px !important;
	padding-top: 63px !important;
}
.module-text-with-image.cwiq-data p{
	margin-bottom: 0px;
	padding-bottom: 30px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-with-image.cwiq-data p.cwiq-label{
	margin-bottom: 0px;
	padding-bottom: 4px;
	font-family: Roboto Mono;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2.7px;
	--tw-text-opacity: 1;
	color: rgba(194, 238, 255, var(--tw-text-opacity));
}
.module-text-with-image.cwiq-data h3{
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	line-height: 42px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-with-image.cwiq-data h2{
	margin-bottom: 0px !important;
	padding-bottom: 4px !important;
	font-family: Roboto Mono !important;
	font-size: 18px !important;
	line-height: 22px !important;
	letter-spacing: 2.7px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(194, 238, 255, var(--tw-text-opacity)) !important;
}
.module-text-with-image.cwiq-data .wp-block-button:first-child .wp-block-button__link{
	margin-right: 10.5px;
	border-radius: 10px;
	--tw-border-opacity: 1;
	border-color: rgba(133, 220, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(133, 220, 255, var(--tw-bg-opacity));
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(0, 73, 102, var(--tw-text-opacity));
}
.module-text-with-image.cwiq-data .wp-block-button__link{
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-with-image.mission.vision{
	padding-bottom: 100px;
}
.module-text-with-image.mission.vision img.absolute {
                -o-object-position: 0 81%;
                   object-position: 0 81%;
            }
.module-text-with-image.mission.vision h2{
	margin-bottom: 5px !important;
	font-family: Roboto Mono !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
	line-height: 45px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.module-text-with-image.mission.vision p{
	font-family: Roboto !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0.48px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.module-text-with-image.mission.cwiq-code h2{
	margin-bottom: 5px !important;
	font-family: Roboto Mono !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
	line-height: 45px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.module-text-with-image.mission.cwiq-code p{
	font-family: Roboto !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0.48px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.module-text-with-image.mission.cwiq-code.problem{
	padding-top: 30px !important;
	padding-bottom: 0px !important;
}
.module-text-with-image.mission.cwiq-code.problem.padding-bottom{
	padding-bottom: 100px !important;
}
.module-text-with-image.mission.cwiq-code.problem.feed{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(226, 188, 53, var(--tw-bg-opacity)) !important;
}
.module-text-with-image.mission.cwiq-code.problem.fs{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(89, 78, 180, var(--tw-bg-opacity)) !important;
}
.module-text-with-image.mission.cwiq-code.problem.central{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(232, 128, 0, var(--tw-bg-opacity)) !important;
}
.module-text-with-image.mission.cwiq-code.problem.sim{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(73, 212, 157, var(--tw-bg-opacity)) !important;
}
.module-text-with-image.mission.cwiq-code.problem.alert{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 54, 64, var(--tw-bg-opacity)) !important;
}
.module-text-with-image.mission.cwiq-code.problem.route{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(204, 26, 128, var(--tw-bg-opacity)) !important;
}
.module-text-with-image.mission.cwiq-code.problem.bench{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(113, 6, 39, var(--tw-bg-opacity)) !important;
}
.module-text-with-image.data-right{
	padding-top: 80px;
	padding-bottom: 80px;
}
.module-text-with-image.data-right p{
	font-family: Roboto;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.42px;
	--tw-text-opacity: 1;
	color: rgba(55, 55, 55, var(--tw-text-opacity));
}
.module-text-with-image.data-right .cwiq-label p{
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	line-height: 45px;
	--tw-text-opacity: 1;
	color: rgba(0, 73, 102, var(--tw-text-opacity));
}
.module-text-with-image.data-right .cwiq-label p strong{
	--tw-text-opacity: 1;
	color: rgba(0, 117, 163, var(--tw-text-opacity));
}
.module-text-with-image.data-right h3.module-title{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(55, 55, 55, var(--tw-text-opacity));
}
.module-text-with-image.data-right h3.module-title p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(55, 55, 55, var(--tw-text-opacity));
}
.module-text-with-image.data-right .second-btn-icon{
	margin-left: 15px;
	display: inline;
}
.module-text-with-image.data-right .second-btn-icon img{
	margin-right: 12px;
	display: inline;
	width: 37px;
}
.module-text-with-image.data-right .wp-block-button:first-child .wp-block-button__link{
	margin-right: 10.5px;
	border-radius: 10px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 73, 102, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-with-image.data-right .wp-block-button:last-child .wp-block-button__link{
	border-width: 0px;
	padding-left: 10px;
	font-family: Roboto Mono;
	font-size: 14px;
	text-transform: lowercase;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(0, 73, 102, var(--tw-text-opacity));
}
.module-text-with-image.data-right .wp-block-button__link{
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-with-image{
	position: relative;
}
.module-text-with-image.bg-blue{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 253, 255, var(--tw-bg-opacity));
}
.module-text-with-image.bg-blue:before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: -1;
            height: 200px;
            width: 100%;
            --tw-translate-y: -100%;
            transform: var(--tw-transform);
            --tw-bg-opacity: 1;
            background-color: rgba(245, 253, 255, var(--tw-bg-opacity));
        }
.module-text-with-image.bg-yellow{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
}
.module-text-with-image.bg-yellow:before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: -1;
            height: 200px;
            width: 100%;
            --tw-translate-y: -100%;
            transform: var(--tw-transform);
            --tw-bg-opacity: 1;
            background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
        }
.module-text-with-image.bg-gradient{
	padding-top: 50px;
	padding-bottom: 100px;
}
@media (min-width: 768px){
	.module-text-with-image.bg-gradient{
		padding-top: 90px;
	}
}
.module-text-with-image.bg-gradient {
       
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjEiIGhlaWdodD0iNTkyIiB2aWV3Qm94PSIwIDAgMjEgNTkyIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8xMTU4IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMTU4IiB3aWR0aD0iMjEiIGhlaWdodD0iNTkyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDI2NjIpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9jbGlwUGF0aD4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB4MT0iMC41IiB5MT0iMC4xODgiIHgyPSIwLjUwNyIgeTI9IjAuOTA1IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2Y1ZmRmZiIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuMjk2IiBzdG9wLWNvbG9yPSIjNjVjNWI3Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMC42NzUiIHN0b3AtY29sb3I9IiM2NWM1YjciLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZDZmY2Y2IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxnIGlkPSJNYXNrX0dyb3VwXzYyIiBkYXRhLW5hbWU9Ik1hc2sgR3JvdXAgNjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTI2NjIpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+CiAgICA8cmVjdCBpZD0iQkdfR3JhZGllbnQiIHdpZHRoPSIxMjgwIiBoZWlnaHQ9IjE3MjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTUwMCkiIGZpbGw9InVybCgjbGluZWFyLWdyYWRpZW50KSIvPgogIDwvZz4KPC9zdmc+Cg==') top left repeat-x;
    }
.module-text-with-image.bg-gradient-bottom {
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjEiIGhlaWdodD0iNTkyIiB2aWV3Qm94PSIwIDAgMjEgNTkyIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8xMTU4IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMTU4IiB3aWR0aD0iMjEiIGhlaWdodD0iNTkyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDI2NjIpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9jbGlwUGF0aD4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB4MT0iMC41IiB5MT0iMC4xODgiIHgyPSIwLjUwNyIgeTI9IjAuOTA1IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2Y1ZmRmZiIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuMjk2IiBzdG9wLWNvbG9yPSIjNjVjNWI3Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMC42NzUiIHN0b3AtY29sb3I9IiM2NWM1YjciLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZDZmY2Y2IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxnIGlkPSJNYXNrX0dyb3VwXzYyIiBkYXRhLW5hbWU9Ik1hc2sgR3JvdXAgNjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxIDMyNTQpIHJvdGF0ZSgxODApIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+CiAgICA8cmVjdCBpZD0iQkdfR3JhZGllbnQiIHdpZHRoPSIxMjgwIiBoZWlnaHQ9IjE3MjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTUwMCkiIGZpbGw9InVybCgjbGluZWFyLWdyYWRpZW50KSIvPgogIDwvZz4KPC9zdmc+Cg==') #F5FDFF bottom left repeat-x;
            position: relative;
        }
@media (min-width: 768px){
	.module-text-with-image.bg-gradient-bottom{
		padding-top: 100px;
	}
}
.module-text-with-image.bg-gradient-bottom .banner{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
}
@media (min-width: 1024px){
	.module-text-with-image.bg-gradient-bottom .banner{
		top: -110px;
	}
}
.module-text-with-image.bg-gradient .module-title, .module-text-with-image.bg-gradient-bottom .module-title{
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
.module-text-with-image.bg-gradient .btn, .module-text-with-image.bg-gradient-bottom .btn{
	--tw-border-opacity: 1;
	border-color: rgba(101, 197, 183, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
}
.module-text-with-image.bg-gradient .btn:hover, .module-text-with-image.bg-gradient-bottom .btn:hover{
	--tw-border-opacity: 1;
	border-color: rgba(40, 143, 130, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
}
.module-text-with-image.bg-spot{
	overflow: visible;
	padding-top: 100px;
	padding-bottom: 100px;
}
.module-text-with-image.bg-spot .wrapper{
	max-width: 900px;
}
.module-text-with-image.bg-spot .text-video{
	align-items: center;
}
.module-text-with-image.bg-spot .text-video__content{
	text-align: center;
}
@media (min-width: 768px){
	.module-text-with-image.bg-spot .text-video__content{
		text-align: left;
	}
}
.module-text-with-image.bg-spot{

        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzc1IiBoZWlnaHQ9IjE4NiIgdmlld0JveD0iMCAwIDM3NSAxODYiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExNzgiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDExNzgiIHdpZHRoPSIzNzUiIGhlaWdodD0iMTg2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDM4ODcpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9Ik1hc2tfR3JvdXBfNjMiIGRhdGEtbmFtZT0iTWFzayBHcm91cCA2MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzg4NykiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzMxODIzIiBkYXRhLW5hbWU9IlBhdGggMzE4MjMiIGQ9Ik0xOS41NjIsMzk0LjU3OGM3NS4yLDEyNy43LDg3Ljc3NSw2Ny42MzgsOTguOTc1LDIxMi40OTJzMjE4LjEsMjMxLjk4OCwzMDcuMjg0LDE1NS4xMDgsMjYuMzcxLTE5OS41NjksMjguNzcxLTM2My40ODQsMTIzLjU5NC0xMjIuNTUyLDk2LjE3MS0yMzguNTUyUzMzMi4zLTEuNTMzLDI0MC4xNjIuMDM5QzEwMC41NjIsMi40MjItNTUuNjM4LDI2Ni44NzcsMTkuNTYyLDM5NC41NzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MTguMTM5IDQwNDUuMDU1KSByb3RhdGUoMTE1KSIgZmlsbD0iI2Q2ZmNmNiIgb3BhY2l0eT0iMC4zIi8+CiAgPC9nPgo8L3N2Zz4K') bottom center no-repeat;
        background-size: 100%;
}
@media (min-width: 768px) {
.module-text-with-image.bg-spot {
            background:  none
    }

            .module-text-with-image.bg-spot:after {
                content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iODA3IiBoZWlnaHQ9IjMxNCIgdmlld0JveD0iMCAwIDgwNyAzMTQiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExNTgiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDExNTgiIHdpZHRoPSI4MDciIGhlaWdodD0iMzE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTY3IDI1MDEpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9Ik1hc2tfR3JvdXBfNjIiIGRhdGEtbmFtZT0iTWFzayBHcm91cCA2MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTY3IC0yNTAxKSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9IlBhdGhfMzE3NzciIGRhdGEtbmFtZT0iUGF0aCAzMTc3NyIgZD0iTTE5LjU2MiwzOTQuNTc4Yzc1LjIsMTI3LjcsODcuNzc1LDY3LjYzOCw5OC45NzUsMjEyLjQ5MnMyMTguMSwyMzEuOTg4LDMwNy4yODQsMTU1LjEwOCwyNi4zNzEtMTk5LjU2OSwyOC43NzEtMzYzLjQ4NCwxMjMuNTk0LTEyMi41NTIsOTYuMTcxLTIzOC41NTJTMzMyLjMtMS41MzMsMjQwLjE2Mi4wMzlDMTAwLjU2MiwyLjQyMi01NS42MzgsMjY2Ljg3NywxOS41NjIsMzk0LjU3OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcxNyAyNjcyLjY4NSkgcm90YXRlKDExNSkiIGZpbGw9IiNkNmZjZjYiIG9wYWNpdHk9IjAuNSIvPgogIDwvZz4KPC9zdmc+Cg==');
            }

            .module-text-with-image.bg-spot:after{
		position: absolute;
	}

            .module-text-with-image.bg-spot:after{
		bottom: 0px;
	}

            .module-text-with-image.bg-spot:after{
		right: calc(50% + 20px);
	}

            .module-text-with-image.bg-spot:after{
		z-index: -1;
	}
        }
.module-text-with-image.bg-spot:before {
            content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDgyIiBoZWlnaHQ9IjYxNCIgdmlld0JveD0iMCAwIDQ4MiA2MTQiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExNTkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDExNTkiIHdpZHRoPSI0ODIiIGhlaWdodD0iNjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3OTggMjE0MykiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzcwNzA3MCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iTWFza19Hcm91cF82MyIgZGF0YS1uYW1lPSJNYXNrIEdyb3VwIDYzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzk4IC0yMTQzKSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9IlBhdGhfMzE3NzciIGRhdGEtbmFtZT0iUGF0aCAzMTc3NyIgZD0iTTE5LjU2MiwzOTQuNTc4Yzc1LjIsMTI3LjcsODcuNzc1LDY3LjYzOCw5OC45NzUsMjEyLjQ5MnMyMTguMSwyMzEuOTg4LDMwNy4yODQsMTU1LjEwOCwyNi4zNzEtMTk5LjU2OSwyOC43NzEtMzYzLjQ4NCwxMjMuNTk0LTEyMi41NTIsOTYuMTcxLTIzOC41NTJTMzMyLjMtMS41MzMsMjQwLjE2Mi4wMzlDMTAwLjU2MiwyLjQyMi01NS42MzgsMjY2Ljg3NywxOS41NjIsMzk0LjU3OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2ODQuMTM5IDIzMTMuMTg1KSByb3RhdGUoMTE1KSIgZmlsbD0iI2Q2ZmNmNiIgb3BhY2l0eT0iMC4zIi8+CiAgPC9nPgo8L3N2Zz4K');
            position: absolute;
            top: -100px;
            right: 0px;
            z-index: -2;
        }
.module-text-with-image.no-banner .banner{
	display: none;
}
.module-text-with-image.no-banner .text-simple{
	align-items: center;
}
.module-text-with-image.no-banner .module-title{
	line-height: normal;
}
.module-text-with-image.padded{
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (min-width: 768px){
	.module-text-with-image.padded{
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
.module-text-with-image.padded .text-video{
	align-items: center;
}
.module-text-with-image .text-with-image{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
	.module-text-with-image .text-with-image{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.module-text-with-image .text-with-image.align-right .text--content{
		order: 1;
	}
	.module-text-with-image .text-with-image.align-right .text--content{
		justify-content: flex-end;
	}
	.module-text-with-image .text-with-image.align-right .text--content__wrapper{
		margin-left: 0px;
	}
	.module-text-with-image .text-with-image.align-right .text--content__wrapper{
		margin-right: 30px;
	}
	.module-text-with-image .text-with-image.align-right .text--image{
		order: 2;
	}
}
.module-text-with-image .text-with-image.align-right .text--image img{
	-o-object-position: left;
	   object-position: left;
}
.module-text-with-image .text--image{
	order: 2;
}
@media (min-width: 768px){
	.module-text-with-image .text--image{
		order: 1;
	}
}
.module-text-with-image .text--image img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: right;
	   object-position: right;
}
.module-text-with-image .text--content{
	order: 1;
	padding: 30px;
}
@media (min-width: 768px){
	.module-text-with-image .text--content{
		order: 2;
	}
	.module-text-with-image .text--content{
		display: flex;
	}
	.module-text-with-image .text--content{
		align-items: center;
	}
}
.module-text-with-image .text--content .module-title{
	font-size: 26px;
	line-height: 32px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-text-with-image .text--content .module-title{
		font-size: 36px;
		line-height: 40px;
	}
	.module-text-with-image .text--content__wrapper{
		margin-left: 40px;
	}
	.module-text-with-image .text--content__wrapper{
		max-width: 450px;
	}
}
.module-text-with-image .text-video{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 30px;
}
@media (min-width: 768px){
	.module-text-with-image .text-video{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.module-text-with-image .text-video{
		gap: 50px;
	}
}
.module-text-with-image .text-video__content{
	order: 1;
}
.module-text-with-image .text-video__content .btn{
	--tw-border-opacity: 1;
	border-color: rgba(101, 197, 183, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
}
.module-text-with-image .text-video__content .btn:hover{
	--tw-border-opacity: 1;
	border-color: rgba(40, 143, 130, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
}
.module-text-with-image .text-video__media{
	order: 2;
}
.module-text-with-image .text-video__media video{
	width: 100%;
	border-radius: 10px;
}
@media (min-width: 768px){
	.module-text-with-image .text-video__media video{
		border-radius: 20px;
	}
	.module-text-with-image .text-video.align-left .text-video__content{
		order: 2;
	}
	.module-text-with-image .text-video.align-left .text-video__media{
		order: 1;
	}
}
.module-text-with-image .text-simple{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
@media (min-width: 768px){
	.module-text-with-image .text-simple{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.module-text-with-image .text-simple ul{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px){
	.module-text-with-image .text-simple ul{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.module-text-with-image .text-simple.align-right .text-simple__image{
		order: 2;
	}
	.module-text-with-image .text-simple.align-right .text-simple__content{
		order: 1;
	}
}
.module-text-with-image .text-simple__image{
	order: 1;
}
.module-text-with-image .text-simple__content{
	order: 2;
	max-width: 414px;
}
.module-text-with-image p{
	margin-bottom: 20px;
}
.module-text-with-image ul, .module-text-with-image ol{
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-moz-column-gap: 20px;
	     column-gap: 20px;
	row-gap: 15px;
}
.module-text-with-image ul li{
	position: relative;
	padding-left: 30px;
}
.module-text-with-image ul li:before {
                content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBpZD0iR3JvdXBfNDI3OSIgZGF0YS1uYW1lPSJHcm91cCA0Mjc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjIzIC0xMzIyKSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzI0IiBkYXRhLW5hbWU9IkVsbGlwc2UgMjQiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIzIDEzMjIpIiBmaWxsPSIjNjVjNWI3Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8yNjcyOSIgZGF0YS1uYW1lPSJQYXRoIDI2NzI5IiBkPSJNLTIwODYuMTM0LDMwMjIuMjQ0bDQuMzE1LDQuMzE1LDcuNDk0LTcuNDk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzEzLjA2OCAtMTY5MC42MDcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K');
                position: absolute;
                top: 2ppx;
                left: 0px;
            }
.module-text-with-image .btn{
	margin-top: 30px;
	text-align: center;
}
@media (min-width: 768px){
	.module-text-with-image .btn{
		min-width: 200px;
	}
}
@media (max-width: 768px){
	.module-text-with-image .btn{
		width: 100%;
	}
	.module-text-with-image .btn{
		text-align: center;
	}
}
.module-text-with-image h1, .module-text-with-image h2, .module-text-with-image h3, .module-text-with-image h4, .module-text-with-image h5, .module-text-with-image h6{
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.module-text-background{
	position: relative;
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 80px;
}
@media (min-width: 768px){
	.module-text-background{
		background-color: transparent;
	}
	.module-text-background{
		padding-bottom: 80px;
	}
}
.module-text-background .bg{
	z-index: -1;
	display: none;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (min-width: 768px){
	.module-text-background .bg{
		display: block;
	}
}
.module-text-background .wrapper{
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 768px){
	.module-text-background .text-background{
		display: flex;
	}
	.module-text-background .text-background{
		flex-direction: row;
	}
	.module-text-background .text-background{
		justify-content: flex-end;
	}
}
.module-text-background .text-background__content{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 45px;
}
@media (min-width: 768px){
	.module-text-background .text-background__content{
		flex: 0 0 50%;
	}
	.module-text-background .text-background__content{
		padding-left: 0px;
		padding-right: 0px;
	}
	.module-text-background .text-background__content{
		padding-bottom: 0px;
	}
}
.module-text-background .text-background__content p{
	margin-bottom: 20px;
}
.module-text-background .text-background__content .btn{
	text-align: center;
}
@media (max-width: 768px){
	.module-text-background .text-background__content .btn{
		width: 100%;
	}
}
@media (min-width: 768px){
	.module-text-background .text-background__image{
		display: none;
	}
}
.module-page-header{
	position: relative;
}
.module-page-header.full .page-header .wrapper p{
	max-width: 100% !important;
}
.module-page-header.services .page-header{
	align-items: flex-start;
	padding-top: 50px;
}
.module-page-header.services .page-header .module-title{
	line-height: normal !important;
}
@media (min-width: 768px){
	.module-page-header.services .page-header p{
		max-width: 45% !important;
	}
}
.module-page-header.services .page-header .btn{
	text-align: center;
}
@media (max-width: 768px){
	.module-page-header.services .page-header .btn{
		width: 100%;
	}
}
@media (min-width: 768px){
	.module-page-header.services .image-header{
		max-height: 420px;
	}
	.module-page-header.services .image-header{
		width: 100%;
	}
	.module-page-header.services .image-header{
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.module-page-header.services .image-header{
		-o-object-position: bottom;
		   object-position: bottom;
	}
}
.module-page-header.type-service .wrapper{
	display: flex;
	justify-content: flex-end;
	text-align: right;
}
@media (min-width: 768px){
	.module-page-header.type-service .wrapper.type-service .header--text{
		max-width: 425px;
	}
	.module-page-header.type-service .wrapper.type-service .header--text{
		text-align: left;
	}
}
.module-page-header.type-service .wrapper.type-service .header--text .module-title{
	line-height: normal !important;
	--tw-text-opacity: 1 !important;
	color: rgba(40, 143, 130, var(--tw-text-opacity)) !important;
}
.module-page-header.type-service .wrapper.type-service .header--text p{
	--tw-text-opacity: 1 !important;
	color: rgba(34, 31, 31, var(--tw-text-opacity)) !important;
}
@media (min-width: 768px){
	.module-page-header.type-service .wrapper.type-service .header--text p{
		font-size: 16px !important;
	}
}
.module-page-header.type-service .wrapper.type-service .header--text .btn{
	--tw-bg-opacity: 1;
	background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-page-header.type-service .wrapper.type-service .header--text .btn:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
}
.module-page-header .page-header{
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}
@media (min-width: 768px){
	.module-page-header .page-header{
		align-items: flex-start;
	}
	.module-page-header .page-header{
		padding-top: 8%;
	}
}
.module-page-header .page-header .wrapper{
	width: 100%;
}
.module-page-header .page-header .wrapper.text-left{
	text-align: left;
}
.module-page-header .page-header .wrapper.text-left p{
	max-width: 660px;
}
.module-page-header .page-header .wrapper.text-center{
	text-align: center;
}
.module-page-header .page-header .wrapper.text-center p{
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}
.module-page-header .page-header .wrapper.text-right{
	text-align: right;
}
.module-page-header .page-header .module-title, .module-page-header .page-header p{
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.module-page-header .page-header .btn{
	margin-top: 20px;
	text-align: center;
}
@media (max-width: 768px){
	.module-page-header .page-header .btn{
		width: 100%;
	}
}
.module-page-header .page-header .module-title{
	margin-bottom: 0px;
	line-height: 1.5;
}
.module-page-header-photo{
	position: relative;
}
@media (max-width: 768px){
	.module-page-header-photo{
		padding-bottom: 260px;
	}
}
.module-page-header-photo .image-header{
	width: 100%;
}
@media (min-width: 768px){
	.module-page-header-photo .image-header{
		max-height: 420px;
	}
	.module-page-header-photo .image-header{
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.module-page-header-photo .image-header{
		-o-object-position: bottom;
		   object-position: bottom;
	}
}
@media (max-width: 768px){
	.module-page-header-photo .image-header{
		max-height: 390px;
	}
}
.module-page-header-photo .page-header{
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}
@media (min-width: 768px){
	.module-page-header-photo .page-header{
		align-items: flex-start;
	}
}
.module-page-header-photo .page-header .wrapper{
	margin-top: 40px;
	display: flex;
	width: 100%;
	flex-direction: column-reverse;
}
@media (min-width: 768px){
	.module-page-header-photo .page-header .wrapper{
		margin-top: 80px;
	}
	.module-page-header-photo .page-header .wrapper{
		flex-direction: row;
	}
	.module-page-header-photo .page-header .wrapper{
		justify-content: space-between;
	}
	.module-page-header-photo .page-header__text{
		flex: 0 0 60%;
	}
}
.module-page-header-photo .page-header__text{
	position: relative;
}
@media (max-width: 768px){
	.module-page-header-photo .page-header__text{
		padding-bottom: 30px;
	}
	.module-page-header-photo .page-header__text{
		text-align: center;
	}
}
.module-page-header-photo .page-header__text:before {
                content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ny40MjEiIGhlaWdodD0iNjkuMzY1IiB2aWV3Qm94PSIwIDAgOTcuNDIxIDY5LjM2NSI+CiAgPGcgaWQ9Ikdyb3VwXzQyNTQiIGRhdGEtbmFtZT0iR3JvdXAgNDI1NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3My4yODkgLTE2MjYuMTY1KSI+CiAgICA8cGF0aCBpZD0iUGF0aF8zMyIgZGF0YS1uYW1lPSJQYXRoIDMzIiBkPSJNOTY3LjI3Miw3NDIuMzRhMS45MTcsMS45MTcsMCwwLDAsMS42LTMuNDczLDYxLjk1Miw2MS45NTIsMCwwLDEtOC45LTUuOTQ3Yy02Ljg1Ny01LjUzOC04LjgxMS0xNC4xNDEuNzU0LTE3Ljc4OCwxMC40ODEtNCwxNy4zLTExLjg2NiwxNy4zLTIxLjExMywwLTExLjU1NC0xMC40ODUtMjAuOTIxLTIyLjA0LTIwLjkyMS0xMC44NDEsMC0xOS45MjUsOC45NTEtMjAuOTg0LDE5LjUxNC0uMDEsMC0uNTA2LDEuNC0uNjQsNi43ODFDOTM0LjA1Niw3MTEuOCw5MzguMDIsNzMxLjEyNiw5NjcuMjcyLDc0Mi4zNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MDcuMzE1IDk1My4wNjcpIiBmaWxsPSJyZ2JhKDI1NSwyMzgsMTM5LDAuNSkiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzM0IiBkYXRhLW5hbWU9IlBhdGggMzQiIGQ9Ik0xMDIxLjAxMyw3NDIuMzRhMS45MTcsMS45MTcsMCwwLDAsMS42LTMuNDczLDYyLjAwOCw2Mi4wMDgsMCwwLDEtOC45LTUuOTQ3Yy02Ljg1Ny01LjUzOC04LjgxMS0xNC4xNDEuNzU0LTE3Ljc4OCwxMC40ODEtNCwxNy4zLTExLjg2NiwxNy4zLTIxLjExMywwLTExLjU1NC0xMC40ODYtMjAuOTIxLTIyLjA0LTIwLjkyMS0xMC44NDEsMC0xOS45MjYsOC45NTEtMjAuOTg1LDE5LjUxNC0uMDA5LDAtLjUwNiwxLjQtLjYzOSw2Ljc4MUM5ODcuNzk0LDcxMS44LDk5MS43NjQsNzMxLjEyNiwxMDIxLjAxMyw3NDIuMzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE0Ljc5OCA5NTMuMDY3KSIgZmlsbD0icmdiYSgyNTUsMjM4LDEzOSwwLjUpIi8+CiAgPC9nPgo8L3N2Zz4K');
                position: absolute;
                top: 50px;
                left: -70px;
            }
@media (min-width: 768px){
	.module-page-header-photo .page-header__photo{
		flex: 0 0 30%;
	}
}
@media (max-width: 768px){
	.module-page-header-photo .page-header__photo img{
		margin-left: auto;
		margin-right: auto;
	}
	.module-page-header-photo .page-header__photo img{
		display: block;
	}
	.module-page-header-photo .page-header__photo img{
		max-height: 345px;
	}
}
.module-page-header-photo .page-header .btn{
	margin-top: 20px;
}
.module-page-header-photo .page-header .module-title{
	margin-bottom: 0px;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-page-header-photo .page-header .module-title{
		margin-bottom: 20px;
	}
}
.module-page-header-photo .page-header p{
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}
.module-page-header-photo .page-header .module-title, .module-page-header-photo .page-header p{
	position: relative;
	z-index: 2;
}
.module-rte{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px){
	.module-rte{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.module-rte.bg-yellow{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
}
.module-rte .wrapper{
	position: relative;
	z-index: 1;
}
.module-rte p{
	margin-bottom: 20px;
}
.module-rte h1, .module-rte h2, .module-rte h3, .module-rte h4, .module-rte h5, .module-rte h6{
	margin-bottom: 10px;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.module-rte h1{
	font-size: 36px;
	line-height: 40px;
}
.module-rte h2{
	font-size: 34px;
	line-height: 38px;
}
.module-rte h3{
	font-size: 28px;
	line-height: 34px;
}
.module-rte h4{
	font-size: 24px;
	line-height: 24px;
}
.module-rte h5{
	font-size: 20px;
	line-height: 24px;
}
.module-rte h6{
	font-size: 18px;
	line-height: 23px;
}
.module-rte ul, .module-rte ol {
        margin-left: 40px;
    }
.module-rte ul li, .module-rte ol li{
	margin-bottom: 15px;
}
.module-rte ol[type="a"] {
        list-style-type: lower-alpha;
    }
.module-rte ul{
	margin-left: 20px;
}
.module-rte ul li{
	position: relative;
}
.module-rte ul li:before {
                content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA5IDkiPgogIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk4IiBjeD0iNC41IiBjeT0iNC41IiByPSI0LjUiIGZpbGw9IiM2NWM1YjciLz4KPC9zdmc+Cg==');
                position: absolute;
                left: -20px;
                top: 50%;
                --tw-translate-y: -50%;
                transform: var(--tw-transform);
            }
.module-rte.two-col{
	position: relative;
}
.module-rte.two-col .absolute{
	z-index: -1;
	-o-object-position: right bottom;
	   object-position: right bottom;
}
.module-rte.two-col .module-title{
	--tw-text-opacity: 1;
	color: rgba(255, 252, 235, var(--tw-text-opacity));
}
.module-rte.two-col .column{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
            -moz-column-count: 1;
                 column-count: 1;
}
@media (min-width: 768px) {
.module-rte.two-col .column {
                -moz-column-count: 2;
                     column-count: 2
        }
            }
.module-rte.two-col .column p, .module-rte.two-col .column ul, .module-rte.two-col .column ol, .module-rte.two-col .column h1, .module-rte.two-col .column h2, .module-rte.two-col .column h3, .module-rte.two-col .column h4, .module-rte.two-col .column h5, .module-rte.two-col .column h6{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.rte-pointer{
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;

    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDAiIGhlaWdodD0iODIzIiB2aWV3Qm94PSIwIDAgNDAgODIzIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8xMTYwIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMTYwIiB3aWR0aD0iNDAiIGhlaWdodD0iODIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE0NjMpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9jbGlwUGF0aD4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB4MT0iMC41IiB4Mj0iMC41IiB5Mj0iMSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmNWZkZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjAuMjc1IiBzdG9wLWNvbG9yPSIjZjVmZGZmIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2Y1ZmRmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8ZyBpZD0iTWFza19Hcm91cF82MiIgZGF0YS1uYW1lPSJNYXNrIEdyb3VwIDYyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0xNDYzKSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8xMTU5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMTU5IiB3aWR0aD0iMTI4MCIgaGVpZ2h0PSIxMjYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwMjYpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KICA8L2c+Cjwvc3ZnPgo=') top left repeat-x;
}
.rte-pointer .pointer{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	align-items: center;
}
@media (min-width: 768px){
	.rte-pointer .pointer{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.rte-pointer .pointer ul, .rte-pointer .pointer ol{
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-moz-column-gap: 20px;
	     column-gap: 20px;
	row-gap: 15px;
}
.rte-pointer .pointer ul li{
	position: relative;
	padding-left: 30px;
}
.rte-pointer .pointer ul li:before {
                    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBpZD0iR3JvdXBfNDI3OSIgZGF0YS1uYW1lPSJHcm91cCA0Mjc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjIzIC0xMzIyKSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzI0IiBkYXRhLW5hbWU9IkVsbGlwc2UgMjQiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIzIDEzMjIpIiBmaWxsPSIjNjVjNWI3Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8yNjcyOSIgZGF0YS1uYW1lPSJQYXRoIDI2NzI5IiBkPSJNLTIwODYuMTM0LDMwMjIuMjQ0bDQuMzE1LDQuMzE1LDcuNDk0LTcuNDk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzEzLjA2OCAtMTY5MC42MDcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K');
                    position: absolute;
                    top: 2ppx;
                    left: 0px;
                }
.rte-pointer .pointer .btn{
	margin-top: 30px;
	text-align: center;
}
@media (max-width: 768px){
	.rte-pointer .pointer .btn{
		margin-bottom: 20px;
	}
	.rte-pointer .pointer .btn{
		width: 100%;
	}
}
.rte-pointer .pointer h1, .rte-pointer .pointer h2, .rte-pointer .pointer h3, .rte-pointer .pointer h4, .rte-pointer .pointer h5, .rte-pointer .pointer h6{
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.rte-pointer .absolute{
	bottom: 0px;
	top: auto;
	left: auto;
	right: 0px;
	height: auto;
	width: 690px;
	max-width: 90%;
}
@media (min-width: 768px){
	.rte-pointer .absolute{
		right: auto;
	}
	.rte-pointer .absolute{
		left: 55%;
	}
	.rte-pointer .absolute{
		bottom: auto;
	}
	.rte-pointer .absolute{
		top: 50%;
	}
	.rte-pointer .absolute{
		max-width: 100%;
	}
	.rte-pointer .absolute{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
}
.module-logo-carousel{
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px){
	.module-logo-carousel{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.module-testimonials{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.module-testimonials .module-title{
	text-align: center;
}
.module-testimonials .testimonials{
	display: flex;
	justify-content: space-between;
}
.module-testimonials .testimonials--item{
	flex: 0 0 32%;
	text-align: center;
}
.module-testimonials .testimonials--photo{
	margin-left: auto;
	margin-right: auto;
	max-width: 80px;
	overflow: hidden;
	border-radius: 100%;
}
.testimonials-home.testimonials-about .wp-block-column:first-child {
                    flex-basis: 48%!important;
                    max-width: 517px !important;
                }
.testimonials-home.testimonials-about .carousel-wrapper .swiper-button-next {
                    left: -30% !important;
                }
.testimonials-home.testimonials-about .carousel-wrapper .swiper-button-prev {
                    left: -35% !important;
                }
.testimonials-home.testimonials-about .carousel-wrapper .single-item-wrapper {
                    padding: 0;
                    border: 0;
                    background: none;
                    box-shadow: 0;
                }
.testimonials-about .wp-block-column:first-child {
                flex-basis: 48%!important;
                max-width: 517px !important;
            }
.testimonials-about .wp-block-column:first-child p{
	text-align: left;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.testimonials-about .carousel-wrapper .swiper-button-next {
                left: -30%;
            }
.testimonials-about .carousel-wrapper .swiper-button-prev {
                left: -35%;
            }
.testimonials-about .carousel-wrapper .profile-img-wrapper {
                display: block !important;
                margin-bottom: 0;
            }
.testimonials-about .carousel-wrapper h3.author-name {
                top: 30%;
                left: 10%;
                position: absolute;
            }
.testimonials-about .carousel-wrapper h4.author-bio {
                position: absolute;
                top: 42%;
                left: 10%;
            }
.testimonials-about .carousel-wrapper .rating-wrapper{
	display: none;
}
.testimonials-about .carousel-wrapper .item-content-wrapper {
    position: absolute;
    top: 50%;
    left: 10%;
    padding-right: 0!important;
    border-top: 1px solid #85DCFF;
    right: 7%;
}
.testimonials-about .carousel-wrapper .item-content-wrapper .item-content{
	font-family: Roboto;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.36px;
}
.testimonials-home{
	margin-bottom: 0px;
	gap: 0px;
}
.testimonials-home .wp-block-column{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
}
.testimonials-home .wp-block-column .carousel-wrapper{
	padding-top: 109px;
	padding-bottom: 109px;
	padding-left: 20px;
	padding-right: 20px;
}
.testimonials-home .wp-block-column .carousel-wrapper .swiper-button-next {
                    bottom: 0!important;
                    margin-top: 0!important;
                    top: 70%!important;
                    left: -15%;
                    background: #69AFCA4D 0% 0% no-repeat padding-box;
                    border: 0.5px solid #85DCFF;
                    border-radius: 5px;
                }
.testimonials-home .wp-block-column .carousel-wrapper .swiper-button-prev {
                    bottom: 0!important;
                    margin-top: 0!important;
                    top: 70%!important;
                    left: -20%;
                    background: #69AFCA4D 0% 0% no-repeat padding-box;
                    border: 0.5px solid #85DCFF;
                    border-radius: 5px;
                }
.testimonials-home .wp-block-column:first-child{
	display: flex !important;
	max-width: 357px !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding-left: 100px !important;
}
.testimonials-home .wp-block-column:last-child{
	width: 100% !important;
                flex-basis: 100% !important;
}
.testimonials-home .wp-block-column h2.testi.cwiq-code{
	margin-top: -20%;
	margin-bottom: 15px;
	padding-top: 0px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 2.7px;
}
.testimonials-home .wp-block-column h1.testi.cwiq-code{
	text-align: left;
	margin-bottom: 15px;
}
.testimonials-home .wp-block-column h1.testi.cwiq-code strong{
	text-align: left !important;
	font-family: Roboto Mono !important;
	font-size: 34px !important;
	font-weight: 500 !important;
	line-height: 42px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.module-newsletter{
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
	padding-top: 80px;
	padding-bottom: 270px;
}
@media (min-width: 768px){
	.module-newsletter{
		overflow: hidden;
	}
	.module-newsletter{
		padding-top: 65px;
	}
	.module-newsletter{
		padding-bottom: 65px;
	}
}
.module-newsletter .decor{
	position: absolute;
}
.module-newsletter .decor--left{
	top: -80px;
	left: -15px;
	height: 265px;
}
@media (min-width: 768px){
	.module-newsletter .decor--left{
		left: 0px;
	}
	.module-newsletter .decor--left{
		top: 0px;
	}
	.module-newsletter .decor--left{
		left: 0px;
	}
	.module-newsletter .decor--left{
		height: 100%;
	}
}
.module-newsletter .decor-holder{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 215px;
	width: 100%;
	overflow: hidden;
}
@media (min-width: 768px){
	.module-newsletter .decor-holder{
		bottom: 50%;
	}
	.module-newsletter .decor-holder{
		left: auto;
	}
	.module-newsletter .decor-holder{
		right: -80px;
	}
	.module-newsletter .decor-holder{
		height: 460px;
	}
	.module-newsletter .decor-holder{
		width: 460px;
	}
	.module-newsletter .decor-holder{
		--tw-translate-y: 50%;
		transform: var(--tw-transform);
	}
}
.module-newsletter .decor-holder img{
	width: 110%;
}
@media (min-width: 768px){
	.module-newsletter .decor-holder img{
		height: 100%;
	}
	.module-newsletter .decor-holder img{
		width: 100%;
	}
}
.module-newsletter .wrapper{
	position: relative;
	z-index: 1;
}
.module-newsletter .newsletter{
	margin-left: auto;
	margin-right: auto;
	max-width: 615px;
}
@media (min-width: 768px){
	.module-newsletter .newsletter{
		display: flex;
	}
	.module-newsletter .newsletter{
		justify-content: space-between;
	}
	.module-newsletter .newsletter--text{
		flex: 0 0 50%;
	}
}
.module-newsletter .newsletter--text .module-title{
	text-align: center;
	line-height: normal;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-newsletter .newsletter--text .module-title{
		text-align: left;
	}
}
.module-newsletter .newsletter--text p{
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-newsletter .newsletter--text p{
		text-align: left;
	}
}
.module-newsletter .newsletter--form{
	margin-top: 20px;
}
@media (min-width: 768px){
	.module-newsletter .newsletter--form{
		margin-top: 0px;
	}
	.module-newsletter .newsletter--form{
		flex: 0 0 45%;
	}
}
.module-newsletter .newsletter--form input{
	margin-bottom: 10px;
	width: 100%;
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.module-newsletter .newsletter--form .btn{
	margin-bottom: 0px;
	width: 100%;
	border-radius: 30px;
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-contact{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px){
	.module-contact{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.module-contact.pull-contact-form{
	margin-top: -30%;
	padding-top: 0px;
}
@media (min-width: 768px){
	.module-contact.pull-contact-form{
		margin-top: -25%;
	}
}
.module-contact .contact{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 768px){
	.module-contact .contact{
		flex-direction: row;
	}
}
.module-contact .contact--form{
	flex: 0 0 100%;
	border-radius: 10px;
	--tw-bg-opacity: 1;
	background-color: rgba(245, 253, 255, var(--tw-bg-opacity));
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px){
	.module-contact .contact--form{
		flex: 0 0 60%;
	}
	.module-contact .contact--form{
		border-radius: 30px;
	}
	.module-contact .contact--form{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.module-contact .contact--form{
		padding-left: 60px;
		padding-right: 60px;
	}
}
.module-contact .contact--form .form .module-title{
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.module-contact .contact--form p{
	text-align: center;
}
.module-contact .contact--form .wpcf7-spinner{
	height: 0px;
	width: 0px;
	overflow: hidden;
}
.module-contact .contact--details{
	flex: 0 0 100%;
	padding-top: 20px;
}
@media (min-width: 768px){
	.module-contact .contact--details{
		flex: 0 0 35%;
	}
}
@media (min-width: 1024px){
	.module-contact .contact--details{
		padding-top: 40px;
	}
}
@media (min-width: 1280px){
	.module-contact .contact--details{
		padding-top: 80px;
	}
}
@media (min-width: 1440px){
	.module-contact .contact--details{
		padding-top: 120px;
	}
}
.module-contact .contact--details .details{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
@media (min-width: 768px){
	.module-contact .contact--details .details{
		margin-bottom: 30px;
	}
}
.module-contact .contact--details .details--icon{
	flex: 0 0 15%;
}
.module-contact .contact--details .details--icon svg{
	max-width: 100%;
}
.module-contact .contact--details .details--text{
	flex: 0 0 80%;
	align-self: center;
}
.module-contact .contact--details .details--text p{
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	line-height: 1.5;
}
@media (min-width: 768px){
	.module-contact .contact--details .details--text p{
		font-size: 16px;
	}
}
.module-contact .contact--details .details--text .operations{
	margin-bottom: 20px;
	margin-top: 15px;
}
.module-contact .contact--details .details--text .operations-row{
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.module-contact .contact--details .details--text .operations-row p{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
.module-contact .contact--details .details--text .operations--day{
	flex: 0 0 30%;
}
.module-contact .contact--details .details--text .operations--hour{
	flex: 0 0 60%;
}
.module-contact .contact--details .follow{
	margin-top: 30px;
	display: flex;
	align-items: center;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(101, 197, 183, var(--tw-border-opacity));
	padding-top: 30px;
}
.module-contact .contact--details .follow svg{
	margin-right: 15px;
}
.module-contact .contact--details .follow span{
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	line-height: 1.5;
}
@media (min-width: 768px){
	.module-contact .contact--details .follow span{
		font-size: 16px;
	}
}
.module-contact .contact--details .follow span a{
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.row, .row-2{
	margin-bottom: 10px;
}
@media (min-width: 768px){
	.row, .row-2{
		margin-bottom: 20px;
	}
}
.row:last-child, .row:last-of-type, .row-2:last-child, .row-2:last-of-type{
	margin-bottom: 0px;
}
.row label, .row-2 label{
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
	line-height: 16px;
}
@media (min-width: 768px){
	.row label, .row-2 label{
		font-size: 14px;
		line-height: 22px;
	}
}
.row label span, .row-2 label span{
	--tw-text-opacity: 1;
	color: rgba(255, 0, 0, var(--tw-text-opacity));
}
.row input:not([type="submit"]), .row textarea, .row select, .row-2 input:not([type="submit"]), .row-2 textarea, .row-2 select{
	width: 100%;
	border-radius: 5px;
	border-width: 1px;
	border-color: #5C605F50;
	padding: 10px;
}
@media (min-width: 768px){
	.row input:not([type="submit"]), .row textarea, .row select, .row-2 input:not([type="submit"]), .row-2 textarea, .row-2 select{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.row input:not([type="submit"]), .row textarea, .row select, .row-2 input:not([type="submit"]), .row-2 textarea, .row-2 select{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.row select, .row-2 select {
        -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMTAiIGRhdGEtbmFtZT0iUG9seWdvbiAxMCIgZD0iTTQuNjQ2LjM1NGEuNS41LDAsMCwxLC43MDcsMEw5LjE0Niw0LjE0NkEuNS41LDAsMCwxLDguNzkzLDVIMS4yMDdhLjUuNSwwLDAsMS0uMzU0LS44NTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA1KSByb3RhdGUoMTgwKSIgZmlsbD0iIzI4OGY4MiIvPgo8L3N2Zz4K');
        background-position: 98% 50%;
        background-repeat: no-repeat;
    }
.row .btn, .row-2 .btn{
	width: 100%;
	text-align: center;
}
.row-2{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px;
}
@media (min-width: 768px){
	.row-2{
		gap: 20px;
	}
}
.contact form {
    display: flex;
    flex-direction: column;
    background: #004966 0% 0% no-repeat padding-box;
    padding: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 100px;
}
.contact form label {
    text-align: left;
    font-family: Roboto Mono;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.7px;
    color: #49D49D;
    text-transform: uppercase;
    display: block!important;
    margin-bottom: 15px;
}
.contact form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #00A8E8 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    font-family: Roboto Mono;
    font-weight: medium;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 30px;
}
.module-map{
	padding-top: 0px;
	padding-bottom: 0px;
}
.module-map .module-title{
	margin-bottom: 40px;
	text-align: center;
}
.module-map .map{
	display: flex;
	flex-direction: column-reverse;
}
@media (min-width: 768px){
	.module-map .map{
		flex-direction: row;
	}
	.module-map .map--embed{
		flex: 0 0 50%;
	}
}
.module-map .map--embed iframe{
	height: 100%;
	min-height: 230px;
	width: 100%;
}
@media (min-width: 768px){
	.module-map .map--image{
		flex: 0 0 50%;
	}
}
.module-blogs{
	margin-bottom: 130px;
	/*padding-top: 30px;*/
}
@media (min-width: 768px){
	.module-blogs{
		margin-bottom: 0px;
	}
	/*.module-blogs{*/
	/*	padding-top: 50px;*/
	/*}*/
	.module-blogs{
		padding-bottom: 50px;
	}
}
.module-blogs .blog-listing{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
@media (min-width: 768px){
	.module-blogs .blog-listing{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.module-blogs .blog-listing{
		gap: 20px;
	}
}
.module-blogs .blog-listing .blog-card{
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border-radius: 10px;
	background-color: #F2F2F280;
}
.module-blogs .blog-listing .blog-card .fake-link{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: left;
	font-family: Roboto Mono;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 20px;
	letter-spacing: 0.42px;
	--tw-text-opacity: 1;
	color: rgba(0, 117, 163, var(--tw-text-opacity));
}
.module-blogs .blog-listing .blog-card__content{
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	padding: 15px;
}
@media (min-width: 768px){
	.module-blogs .blog-listing .blog-card__content{
		padding: 20px;
	}
}
.module-blogs .blog-listing .blog-card__content h3{
	margin-bottom: 10px;
	text-align: left;
	font-family: Roboto Mono;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	font-weight: bold;
    letter-spacing: 0.42px;
    color: #004966;
    text-transform: capitalize;
}
.module-blogs .blog-listing .blog-card__content p{
	text-align: left;
	font-family: Roboto;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.42px;
	--tw-text-opacity: 1;
	color: rgba(55, 55, 55, var(--tw-text-opacity));
}
.module-blogs .blog-listing .blog-card__content a{
	display: flex;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 16px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-blogs .blog-listing .blog-card__content a{
		font-size: 18px;
		line-height: 23px;
	}
}
.module-blogs .blog-listing .blog-card__content a svg{
	margin-left: 10px;
}
.module-blogs .post-navigation{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}
.module-blogs .wp-pagenavi{
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* .pages {
            @apply hidden;
        } */
.module-blogs .wp-pagenavi a, .module-blogs .wp-pagenavi span{
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(202, 202, 202, var(--tw-border-opacity));
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	line-height: 20px;
	--tw-text-opacity: 1;
	color: rgba(202, 202, 202, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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;
}
@media (min-width: 768px){
	.module-blogs .wp-pagenavi a, .module-blogs .wp-pagenavi span{
		height: 40px;
	}
	.module-blogs .wp-pagenavi a, .module-blogs .wp-pagenavi span{
		width: 40px;
	}
	.module-blogs .wp-pagenavi a, .module-blogs .wp-pagenavi span{
		font-size: 16px;
	}
	.module-blogs .wp-pagenavi a, .module-blogs .wp-pagenavi span{
		line-height: 40px;
	}
}
.module-blogs .wp-pagenavi a:hover{
	--tw-border-opacity: 1;
	border-color: rgba(40, 143, 130, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
.module-blogs .wp-pagenavi span{
	--tw-border-opacity: 1;
	border-color: rgba(40, 143, 130, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
.blogs{
	max-width: 1080px;
    margin: 0 auto;
}
.blogs ul.wp-block-categories-list{
	margin-bottom: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 19px;
        background: #0075A3 0% 0% no-repeat padding-box;
}
.blogs ul.wp-block-categories-list li{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(76, 158, 191, var(--tw-border-opacity));
	line-height: 40px;
}
.blogs ul.wp-block-categories-list li a{
	font-family: Roboto Mono;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	letter-spacing: 0.42px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.blogs ul.wp-block-categories-list li:last-child{
	border-bottom-width: 0px;
}
h2.wp-block-heading.blog{
	margin-top: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 23px;
	padding-right: 23px;
	text-align: left;
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
    background: #0075A3 0% 0% no-repeat padding-box;
}
.wp-block-latest-posts__list.blog-latest{
	margin-bottom: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 19px;
    background: #0075A3 0% 0% no-repeat padding-box;
}
.wp-block-latest-posts__list.blog-latest li{
	margin-bottom: 26px;
}
.wp-block-latest-posts__list.blog-latest li a{
	text-align: left;
	font-family: Roboto Mono;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	letter-spacing: 0.42px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-cta-block{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-cta-block.bg-green{
	--tw-bg-opacity: 1;
	background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
}
.module-cta-block .module-title{
	margin-bottom: 0px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-cta-block p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-cta-block .btn{
	margin-top: 30px;
	width: 275px;
	text-align: center;
}
.module-cta-text{
	margin-bottom: 130px;
	margin-top: 30px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (min-width: 768px){
	.module-cta-text{
		margin-bottom: 0px;
	}
	.module-cta-text{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
	}
}
.module-cta-text .cta-text{
	border-radius: 20px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
	padding: 35px;
}
.module-cta-text .cta-text h3{
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
@media (min-width: 768px){
	.module-cta-text .cta-text h3{
		margin-left: auto;
		margin-right: auto;
	}
	.module-cta-text .cta-text h3{
		max-width: 580px;
	}
	.module-cta-text .cta-text h3{
		font-size: 20px;
		line-height: 24px;
	}
}
.module-cta-text .cta-text .btn{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
@media (min-width: 768px){
	.module-cta-text .cta-text .btn{
		margin-left: auto;
		margin-right: auto;
	}
	.module-cta-text .cta-text .btn{
		display: block;
	}
	.module-cta-text .cta-text .btn{
		width: 275px;
	}
}
.module-simple-header {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgwIiBoZWlnaHQ9IjI1MCIgdmlld0JveD0iMCAwIDEyODAgMjUwIj4KICA8cGF0aCBpZD0iUGF0aF8yNjczMSIgZGF0YS1uYW1lPSJQYXRoIDI2NzMxIiBkPSJNMCw5MS44SDEyODBWMjcyLjYxMnMtMTY3LjI1LDcyLjMzOC0zOTMsNjkuMDgxLTI4OC4yNS02NC44MzgtNTEwLTgyLjEwOFMwLDI3Mi42MTIsMCwyNzIuNjEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtOTEuOCkiIGZpbGw9IiNmZmZjZWIiLz4KPC9zdmc+Cg==');
    background-position: bottom center;
    background-repeat: repeat-x;
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}
@media (min-width: 768px){
	.module-simple-header{
		padding-top: 80px;
	}
	.module-simple-header{
		padding-bottom: 130px;
	}
}
.module-simple-header.text-center{
	text-align: center;
}
.module-simple-header.text-left{
	text-align: left;
}
.module-simple-header:before {
        content: '';
        position: absolute;
        bottom: 50%;
        left: 0px;
        z-index: -1;
        height: 50%;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
    }
/*.single-post__wrapper{*/
/*	padding-bottom: 50px;*/
/*}*/
/*@media (min-width: 768px){*/
/*	.single-post__wrapper{*/
/*		padding-top: 75px;*/
/*	}*/
/*}*/
@media (max-width: 768px){
	.single-post__wrapper .wrapper{
		max-width: 100%;
	}
	.single-post__wrapper .wrapper{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.single-post__wrapper .wrapper .single-post__header{
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
	border-radius: 10px;
}
@media (min-width: 768px){
	.single-post__wrapper .wrapper .single-post__header{
		margin-bottom: 30px;
	}
}
/*.single-post__wrapper .wrapper .single-post__header .header--text{*/
/*	position: absolute;*/
/*	bottom: 0px;*/
/*	left: 0px;*/
/*	width: 100%;*/
/*	padding-top: 20px;*/
/*	padding-bottom: 20px;*/
/*	padding-left: 30px;*/
/*	padding-right: 30px;*/
/*}*/
/*@media (min-width: 768px){*/
/*	.single-post__wrapper .wrapper .single-post__header .header--text{*/
/*		padding-top: 50px;*/
/*		padding-bottom: 50px;*/
/*	}*/
/*	.single-post__wrapper .wrapper .single-post__header .header--text{*/
/*		padding-left: 50px;*/
/*		padding-right: 50px;*/
/*	}*/
/*}*/
/*.single-post__wrapper .wrapper .single-post__header .header--text h1{*/
/*	margin-bottom: 5px;*/
/*	font-family: Bebas Neue, Poppins, sans-serif, cursive;*/
/*	font-size: 26px;*/
/*	line-height: 32px;*/
/*	--tw-text-opacity: 1;*/
/*	color: rgba(255, 255, 255, var(--tw-text-opacity));*/
/*}*/
/*@media (min-width: 768px){*/
/*	.single-post__wrapper .wrapper .single-post__header .header--text h1{*/
/*		margin-bottom: 20px;*/
/*	}*/
/*	.single-post__wrapper .wrapper .single-post__header .header--text h1{*/
/*		font-size: 54px;*/
/*		line-height: 60px;*/
/*	}*/
/*}*/
.single-post__wrapper .wrapper .single-post__header .header--text p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.single-post__wrapper .wrapper .entry-content p, .single-post__wrapper .wrapper .entry-content ul, .single-post__wrapper .wrapper .entry-content li, .single-post__wrapper .wrapper .entry-content table, .single-post__wrapper .wrapper .entry-content iframe, .single-post__wrapper .wrapper .entry-content h1, .single-post__wrapper .wrapper .entry-content h2, .single-post__wrapper .wrapper .entry-content h3, .single-post__wrapper .wrapper .entry-content h4, .single-post__wrapper .wrapper .entry-content h5, .single-post__wrapper .wrapper .entry-content h6{
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 768px){
	.single-post__wrapper .wrapper .entry-content p, .single-post__wrapper .wrapper .entry-content ul, .single-post__wrapper .wrapper .entry-content li, .single-post__wrapper .wrapper .entry-content table, .single-post__wrapper .wrapper .entry-content iframe, .single-post__wrapper .wrapper .entry-content h1, .single-post__wrapper .wrapper .entry-content h2, .single-post__wrapper .wrapper .entry-content h3, .single-post__wrapper .wrapper .entry-content h4, .single-post__wrapper .wrapper .entry-content h5, .single-post__wrapper .wrapper .entry-content h6{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.single-post__wrapper .wrapper .entry-content img{
	margin-bottom: 20px;
}
.single-post__wrapper .wrapper .entry-content p{
	margin-bottom: 20px;
}
.single-post__wrapper .wrapper .entry-content h1, .single-post__wrapper .wrapper .entry-content h2, .single-post__wrapper .wrapper .entry-content h3, .single-post__wrapper .wrapper .entry-content h4, .single-post__wrapper .wrapper .entry-content h5, .single-post__wrapper .wrapper .entry-content h6{
	margin-bottom: 10px;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.single-post__wrapper .wrapper .entry-content h1{
	font-size: 36px;
	line-height: 40px;
}
.single-post__wrapper .wrapper .entry-content h2{
	font-size: 34px;
	line-height: 38px;
}
.single-post__wrapper .wrapper .entry-content h3{
	font-size: 28px;
	line-height: 34px;
}
.single-post__wrapper .wrapper .entry-content h4{
	font-size: 24px;
	line-height: 24px;
}
.single-post__wrapper .wrapper .entry-content h5{
	font-size: 20px;
	line-height: 24px;
}
.single-post__wrapper .wrapper .entry-content h6{
	font-size: 18px;
	line-height: 23px;
}
.single-post__wrapper .wrapper .entry-content ul, .single-post__wrapper .wrapper .entry-content ol {
                margin-left: 40px;
            }
.single-post__wrapper .wrapper .entry-content ul li, .single-post__wrapper .wrapper .entry-content ol li{
	margin-bottom: 15px;
}
.single-post__wrapper .wrapper .entry-content ol[type="a"] {
                list-style-type: lower-alpha;
            }
.single-post__wrapper .wrapper .entry-content ul{
	margin-left: 20px;
}
.single-post__wrapper .wrapper .entry-content ul li{
	position: relative;
}
.single-post__wrapper .wrapper .entry-content ul li:before {
                        content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA5IDkiPgogIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk4IiBjeD0iNC41IiBjeT0iNC41IiByPSI0LjUiIGZpbGw9IiM2NWM1YjciLz4KPC9zdmc+Cg==');
                        position: absolute;
                        left: -20px;
                        top: 50%;
                        --tw-translate-y: -50%;
                        transform: var(--tw-transform);
                    }
.module-two-col-list{
	position: relative;
	overflow: hidden;
	padding: 0px;
}
.module-two-col-list.suite-pointers {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
        border-bottom-width: 2px;
        border-style: solid;
        -o-border-image: linear-gradient(to right, #005475, #FFFFFF, #005475) 1;
        border-image: linear-gradient(to right, #005475, #FFFFFF, #005475) 1;
    }
.module-two-col-list.suite-pointers.decide {
            background-color: rgba(0, 117, 163, var(--tw-bg-opacity));

        }
.module-two-col-list.suite-pointers .two-col-list {
            width: 75%;
            margin: 0 auto 40px;
        }
.module-two-col-list.suite-pointers .two-col-list__item {
                padding: 0 !important;
            }
.module-two-col-list.suite-pointers h3 span {
                text-align: left;
                font: normal normal normal 16px/20px Roboto;
                letter-spacing: 0.48px;
                color: #FFFFFF;
            }
.module-two-col-list.suite-pointers h3 span.img {
                    width: 80px !important;
                }
.module-two-col-list.suite-pointers h3 span.img img {
                        max-height: 50px;
                    }
.module-two-col-list .two-col-list{
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px){
	.module-two-col-list .two-col-list{
		flex-direction: row;
	}
}
.module-two-col-list .two-col-list__item{
	position: relative;
	flex: 0 0 50%;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item{
		padding-left: 40px;
		padding-right: 40px;
	}
}
.module-two-col-list .two-col-list__item:first-child{
	padding-bottom: 30px;
}
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item:first-child{
		padding-right: 90px;
	}
	.module-two-col-list .two-col-list__item:first-child{
		padding-left: 0px;
	}
	.module-two-col-list .two-col-list__item:first-child{
		padding-bottom: 60px;
	}
}
.module-two-col-list .two-col-list__item:first-child:after {
                    content: '';
                    position: absolute;
                    bottom: 0px;
                    left: 50%;
                    z-index: -2;
                    height: 200%;
                    width: 300%;
                    --tw-translate-x: -50%;
                    transform: var(--tw-transform);
                    --tw-bg-opacity: 1;
                    background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
                }
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item:first-child:after{
		left: auto;
	}
	.module-two-col-list .two-col-list__item:first-child:after{
		right: 0px;
	}
	.module-two-col-list .two-col-list__item:first-child:after{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
}
.module-two-col-list .two-col-list__item:first-child:before {
                    content: '';
                    position: absolute;
                    bottom: 0px;
                    left: 50%;
                    z-index: -1;
                    height: 100px;
                    width: 130%;
                    --tw-translate-x: -50%;
                    transform: var(--tw-transform);
                    --tw-translate-y: 50%;
                    transform: var(--tw-transform);
                    border-radius: 100%;
                    --tw-bg-opacity: 1;
                    background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
                }
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item:first-child:before{
		display: none;
	}
}
.module-two-col-list .two-col-list__item:last-child{
	padding-top: 80px;
}
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item:last-child{
		padding-top: 60px;
	}
}
.module-two-col-list .two-col-list__item:last-child:after {
                    content: '';
                    position: absolute;
                    top: 0px;
                    left: 50%;
                    z-index: -3;
                    height: 200%;
                    width: 300%;
                    --tw-translate-x: -50%;
                    transform: var(--tw-transform);
                    --tw-bg-opacity: 1;
                    background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
                }
.module-two-col-list .two-col-list__item:last-child:before {
                    content: '';
                    display: none;
                }
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item:last-child:before{
		display: block;
	}
}
.module-two-col-list .two-col-list__item:last-child:before{
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: -1;
	height: 130%;
	width: 200px;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	--tw-translate-x: -25%;
	transform: var(--tw-transform);
	border-radius: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
}
.module-two-col-list .two-col-list__item.bg-light-green:last-child:before{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
}
.module-two-col-list .two-col-list__item.bg-light-green:last-child h3{
	width: 100%;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item.bg-light-green:last-child h3{
		justify-content: flex-end;
	}
}
.module-two-col-list .two-col-list__item.bg-light-green:last-child p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item.bg-light-green:last-child h3, .module-two-col-list .two-col-list__item.bg-light-green:last-child p{
		text-align: right;
	}
}
.module-two-col-list .two-col-list__item.bg-light-green:last-child:after{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
}
.module-two-col-list .two-col-list__item.bg-light-green:last-child:before{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
}
.module-two-col-list .two-col-list__item h3{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 26px;
	line-height: 32px;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item h3{
		font-size: 28px;
		line-height: 34px;
	}
}
.module-two-col-list .two-col-list__item h3 span{
	margin-right: 10px;
}
.module-two-col-list .two-col-list__item h3 span img{
	max-height: 40px;
}
.module-two-col-list .two-col-list__item h3 span.img{
	display: inline-block;
	width: 40px;
}
@media (min-width: 768px){
	.module-two-col-list .two-col-list__item h3 span.img{
		width: 50px;
	}
}
.module-two-col-list .two-col-list__item ul{
	margin-left: 30px;
}
.module-two-col-list .two-col-list__item ul li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
}
.module-two-col-list .two-col-list__item ul li:before {
                        content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICA8ZyBpZD0iR3JvdXBfNDQ4MiIgZGF0YS1uYW1lPSJHcm91cCA0NDgyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjI3IC0yOTg0KSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzM4OCIgZGF0YS1uYW1lPSJFbGxpcHNlIDM4OCIgY3g9IjEyLjUiIGN5PSIxMi41IiByPSIxMi41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MjcgMjk4NCkiIGZpbGw9IiMyODhmODIiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzI2NzI5IiBkYXRhLW5hbWU9IlBhdGggMjY3MjkiIGQ9Ik0tMjA4Ni4xMzQsMzAyMi4yNDRsNC4zMTUsNC4zMTUsNy40OTQtNy40OTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3MTkuODcxIC0yNi4yNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K');
                        position: absolute;
                        top: 65%;
                        left: -20px;
                        --tw-translate-y: -50%;
                        transform: var(--tw-transform);
                    }
.module-two-col-list .two-col-list__item:first-child{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-two-col-list .two-col-list__item:first-child h3{
	--tw-text-opacity: 1;
	color: rgba(255, 252, 235, var(--tw-text-opacity));
}
.module-two-col-list .two-col-list__item:first-child ul li:before {
                            content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICA8ZyBpZD0iR3JvdXBfNDQ4MyIgZGF0YS1uYW1lPSJHcm91cCA0NDgzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjI3IC0yOTg0KSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzM4OCIgZGF0YS1uYW1lPSJFbGxpcHNlIDM4OCIgY3g9IjEyLjUiIGN5PSIxMi41IiByPSIxMi41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MjcgMjk4NCkiIGZpbGw9IiNmYWY3ZTEiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzI2NzI5IiBkYXRhLW5hbWU9IlBhdGggMjY3MjkiIGQ9Ik0tMjA4Ni4xMzQsMzAyMi4yNDRsNC4zMTUsNC4zMTUsNy40OTQtNy40OTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3MTkuODcxIC0yNi4yNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NWM1YjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K');
                        }
.explore-other-products a.wp-block-button__link.wp-element-button {
    font: normal normal medium 16px/24px Roboto Mono;
    letter-spacing: 0.8px;
    color: #004966;
    text-transform: uppercase;
    background: none;
}
.explore-other-products .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.explore-other-products{
	margin-bottom: 0px !important;
	margin-top: 80px !important;
    max-width: 1080px;
    margin: 0 auto;
    background: #f2f2f2 !important;
}
.explore-other-products .module-text-banner.suite-modular.text-suite{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
        background: #f2f2f2 !important;
}
.explore-other-products div#caf-post-layout-container {
        background: #f2f2f2 !important;
        padding-top: 0 !important;
    }
.explore-other-products .module-text-banner.suite-modular .wrapper h3 {
        margin-bottom: 0 !important;
        text-align: left;
    }
.explore-other-products .wp-block-buttons {
        justify-content: flex-end;
    }
.explore-other-products #caf-post-layout-container.data-target-div1.post-layout1 {
        background: #f2f2f2 !important;
    }
body.single-product {
    background: #f2f2f2 !important;
}
body.single-product ul#caf-layout-pagination {
        display: none;
    }
.module-journey{
	position: relative;
	padding-top: 400px;
	padding-bottom: 80px;
}
@media (min-width: 768px){
	.module-journey{
		padding-top: 80px;
	}
}
.module-journey:after {
        content: '';
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjIyIiBoZWlnaHQ9IjE0OSIgdmlld0JveD0iMCAwIDYyMiAxNDkiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExNjAiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDExNjAiIHdpZHRoPSI2MjIiIGhlaWdodD0iMTQ5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDI0NzApIiBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9Ik1hc2tfR3JvdXBfNjMiIGRhdGEtbmFtZT0iTWFzayBHcm91cCA2MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMjQ3MCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzMxNzc3IiBkYXRhLW5hbWU9IlBhdGggMzE3NzciIGQ9Ik0xOS41NjIsMzk0LjU3OGM3NS4yLDEyNy43LDg3Ljc3NSw2Ny42MzgsOTguOTc1LDIxMi40OTJzMjE4LjEsMjMxLjk4OCwzMDcuMjg0LDE1NS4xMDgsMjYuMzcxLTE5OS41NjksMjguNzcxLTM2My40ODQsMTIzLjU5NC0xMjIuNTUyLDk2LjE3MS0yMzguNTUyUzMzMi4zLTEuNTMzLDI0MC4xNjIuMDM5QzEwMC41NjIsMi40MjItNTUuNjM4LDI2Ni44NzcsMTkuNTYyLDM5NC41NzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NjggMjYzMy4xODkpIHJvdGF0ZSgxMTUpIiBmaWxsPSIjZDZmY2Y2IiBvcGFjaXR5PSIwLjUiLz4KICA8L2c+Cjwvc3ZnPgo=') top center no-repeat;
        background-size: 300%;
        background-position: 83% 0;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        display: block;
        min-height: 225px;
        width: 100%;
        max-width: 100%;

    }
@media (min-width: 768px){
	.module-journey:after{
		width: 50%;
	}
.module-journey:after {
            background-size: 100%;
            background-position: bottom left

    }
}
.module-journey .absolute{
	top: -40px;
	right: -5px;
	left: auto;
	height: auto;
	width: 100%;
	max-width: 360px;
}
@media (min-width: 768px){
	.module-journey .absolute{
		top: -70px;
	}
	.module-journey .absolute{
		display: none;
	}
	.module-journey .absolute{
		max-width: 480px;
	}
}
@media (min-width: 1024px){
	.module-journey .absolute{
		display: block;
	}
}
.module-journey .module-title{
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.module-journey .content{
	margin-bottom: 70px;
	max-width: 420px;
}
.module-journey .content p{
	margin-bottom: 20px;
}
.module-journey .quote{
	position: relative;
	max-width: 580px;
}
.module-journey .quote:before {
            content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ny40MjEiIGhlaWdodD0iNjkuMzY1IiB2aWV3Qm94PSIwIDAgOTcuNDIxIDY5LjM2NSI+CiAgPGcgaWQ9Ikdyb3VwXzQyNTQiIGRhdGEtbmFtZT0iR3JvdXAgNDI1NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3My4yODkgLTE2MjYuMTY1KSI+CiAgICA8cGF0aCBpZD0iUGF0aF8zMyIgZGF0YS1uYW1lPSJQYXRoIDMzIiBkPSJNOTY3LjI3Miw3NDIuMzRhMS45MTcsMS45MTcsMCwwLDAsMS42LTMuNDczLDYxLjk1Miw2MS45NTIsMCwwLDEtOC45LTUuOTQ3Yy02Ljg1Ny01LjUzOC04LjgxMS0xNC4xNDEuNzU0LTE3Ljc4OCwxMC40ODEtNCwxNy4zLTExLjg2NiwxNy4zLTIxLjExMywwLTExLjU1NC0xMC40ODUtMjAuOTIxLTIyLjA0LTIwLjkyMS0xMC44NDEsMC0xOS45MjUsOC45NTEtMjAuOTg0LDE5LjUxNC0uMDEsMC0uNTA2LDEuNC0uNjQsNi43ODFDOTM0LjA1Niw3MTEuOCw5MzguMDIsNzMxLjEyNiw5NjcuMjcyLDc0Mi4zNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MDcuMzE1IDk1My4wNjcpIiBmaWxsPSJyZ2JhKDEwMSwxOTcsMTgzLDAuMikiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzM0IiBkYXRhLW5hbWU9IlBhdGggMzQiIGQ9Ik0xMDIxLjAxMyw3NDIuMzRhMS45MTcsMS45MTcsMCwwLDAsMS42LTMuNDczLDYyLjAwOCw2Mi4wMDgsMCwwLDEtOC45LTUuOTQ3Yy02Ljg1Ny01LjUzOC04LjgxMS0xNC4xNDEuNzU0LTE3Ljc4OCwxMC40ODEtNCwxNy4zLTExLjg2NiwxNy4zLTIxLjExMywwLTExLjU1NC0xMC40ODYtMjAuOTIxLTIyLjA0LTIwLjkyMS0xMC44NDEsMC0xOS45MjYsOC45NTEtMjAuOTg1LDE5LjUxNC0uMDA5LDAtLjUwNiwxLjQtLjYzOSw2Ljc4MUM5ODcuNzk0LDcxMS44LDk5MS43NjQsNzMxLjEyNiwxMDIxLjAxMyw3NDIuMzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE0Ljc5OCA5NTMuMDY3KSIgZmlsbD0icmdiYSgxMDEsMTk3LDE4MywwLjIpIi8+CiAgPC9nPgo8L3N2Zz4K');
            position: absolute;
            top: 0px;
            left: 0px;
            --tw-translate-y: -40px;
            transform: var(--tw-transform);
            --tw-translate-x: -20px;
            transform: var(--tw-transform);
        }
@media (min-width: 768px){
	.module-journey .quote:before{
		--tw-translate-y: -60%;
		transform: var(--tw-transform);
	}
	.module-journey .quote:before{
		--tw-translate-x: -90%;
		transform: var(--tw-transform);
	}
	.module-journey .quote:before{
		--tw-translate-y: -35%;
		transform: var(--tw-transform);
	}
	.module-journey .quote:before{
		--tw-translate-x: -85%;
		transform: var(--tw-transform);
	}
}
.module-journey .quote p{
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 20px;
	line-height: 24px;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
.module-single-quote{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
	padding-top: 50px;
	padding-bottom: 50px;
}
.module-single-quote .module-title{
	text-align: center;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 26px;
	line-height: 32px;
	--tw-text-opacity: 1;
	color: rgba(255, 252, 235, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-single-quote .module-title{
		font-size: 28px;
		line-height: 34px;
	}
}
.module-single-quote p{
	text-align: center;
	font-size: 16px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-single-quote p{
		margin-left: auto;
		margin-right: auto;
	}
	.module-single-quote p{
		max-width: 580px;
	}
	.module-single-quote p{
		font-size: 20px;
		line-height: 24px;
	}
}
.module-featured-person{
	position: relative;
	margin-top: -120px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-bottom: 100px;
}
@media (min-width: 768px){
	.module-featured-person{
		margin-top: 40px;
	}
	.module-featured-person{
		padding-bottom: 80px;
	}
}
@media (min-width: 1024px){
	.module-featured-person{
		margin-top: -150px;
	}
}
@media (min-width: 1280px){
	.module-featured-person{
		margin-top: -180px;
	}
}
.module-featured-person:after {
        content:'';
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: -1;
        height: 50%;
        width: 100%;
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTc0IiBoZWlnaHQ9IjM5MyIgdmlld0JveD0iMCAwIDU3NCAzOTMiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExNjIiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDExNjIiIHdpZHRoPSI1NzQiIGhlaWdodD0iMzkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MDYgNzk1KSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjNzA3MDcwIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGlkPSJNYXNrX0dyb3VwXzY0IiBkYXRhLW5hbWU9Ik1hc2sgR3JvdXAgNjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MDYgLTc5NSkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzMxNzc4IiBkYXRhLW5hbWU9IlBhdGggMzE3NzgiIGQ9Ik0xOS41NjIsMzk0LjU3OGM3NS4yLDEyNy43LDg3Ljc3NSw2Ny42MzgsOTguOTc1LDIxMi40OTJzMjE4LjEsMjMxLjk4OCwzMDcuMjg0LDE1NS4xMDgsMjYuMzcxLTE5OS41NjksMjguNzcxLTM2My40ODQsMTIzLjU5NC0xMjIuNTUyLDk2LjE3MS0yMzguNTUyUzMzMi4zLTEuNTMzLDI0MC4xNjIuMDM5QzEwMC41NjIsMi40MjItNTUuNjM4LDI2Ni44NzcsMTkuNTYyLDM5NC41NzhaIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjIyNSwgMC45NzQsIC0wLjk3NCwgMC4yMjUsIDE0MTAuNDkyLCA3MzkuNTM4KSIgZmlsbD0iI2Q2ZmNmNiIgb3BhY2l0eT0iMC4zIi8+CiAgPC9nPgo8L3N2Zz4K');
        background-position: bottom right;
        background-repeat: no-repeat;
    }
.module-featured-person .module-title{
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.module-featured-person .person{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
	.module-featured-person .person{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.module-featured-person .person{
		gap: 50px;
	}
}
.module-featured-person .person p{
	margin-bottom: 20px;
}
.module-featured-person .person--left{
	order: 2;
}
@media (min-width: 768px){
	.module-featured-person .person--left{
		order: 1;
	}
	.module-featured-person .person--left{
		padding-top: 140px;
	}
}
.module-featured-person .person--left .desc{
	display: block;
}
@media (min-width: 768px){
	.module-featured-person .person--left .desc{
		display: none;
	}
}
.module-featured-person .person--right{
	order: 1;
	margin-bottom: 50px;
}
@media (min-width: 768px){
	.module-featured-person .person--right{
		order: 2;
	}
	.module-featured-person .person--right{
		margin-bottom: 0px;
	}
}
.module-featured-person .person--right figure img{
	margin-bottom: 15px;
	border-radius: 10px;
}
@media (min-width: 768px){
	.module-featured-person .person--right figure img{
		border-radius: 20px;
	}
}
.module-featured-person .person--right figure p{
	font-size: 16px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-featured-person .person--right figure p{
		font-size: 20px;
		line-height: 24px;
	}
}
.module-featured-person .person--right .desc{
	display: none;
}
@media (min-width: 768px){
	.module-featured-person .person--right .desc{
		display: block;
	}
}
.module-three-col{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
	padding-top: 50px;
	padding-bottom: 50px;
}
.module-three-col.suite-pointers{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
        border-top-width: 2px;
        border-style: solid;
        -o-border-image: linear-gradient(to right, #005475, #FFFFFF, #005475) 1;
           border-image: linear-gradient(to right, #005475, #FFFFFF, #005475) 1;
}
.module-three-col.suite-pointers.decide{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity));
}
.module-three-col.suite-pointers.decide-first {
                border-bottom: 0 !important;
            }
.module-three-col.suite-pointers.decide-second {
                border-top: 0 !important;
                padding-top: 1px;
            }
.module-three-col.suite-pointers .columns{
	gap: 0px;
	text-align: center;
}
.module-three-col.suite-pointers .columns--item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
.module-three-col.suite-pointers .columns--item img{
	margin-right: 20px;
	margin-bottom: 0px;
	height: 50px;
}
.module-three-col.suite-pointers .columns--item h4{
	text-align: left;
	font-family: Roboto;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-three-col .module-title{
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 252, 235, var(--tw-text-opacity));
}
.module-three-col .columns{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 50px;
}
@media (min-width: 768px){
	.module-three-col .columns{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.module-three-col .columns--item{
	text-align: center;
}
.module-three-col .columns img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
	height: 80px;
}
.module-three-col .columns h4{
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 26px;
	line-height: 32px;
	--tw-text-opacity: 1;
	color: rgba(255, 252, 235, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-three-col .columns h4{
		font-size: 28px;
		line-height: 34px;
	}
}
.module-three-col .columns p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.tab-button {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    margin-bottom: 0;
    padding: 0 199px 50px;
}
.tab-button .wp-block-button__link {
        background: #0075A333 0% 0% no-repeat padding-box;
        border: 1px solid #0075A3;
        border-radius: 20px;
        font: normal normal medium 16px/16px Roboto;
        letter-spacing: 0px;
        color: #004966;
        display: flex;
        align-items: center;
    }
.tab-button .wp-block-button__link img {
            width: 100%;
            height: 33px;
            max-width: 34px;
            margin-right: 10px;
        }
.module-featured-content{
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(245, 253, 255, var(--tw-bg-opacity));
	padding-top: 50px;
}
@media (min-width: 768px){
	.module-featured-content{
		padding-top: 100px;
	}
}
.module-featured-content {

    background: url('img/bg-fc-mobile.png') #F5FDFF 100% 0 no-repeat;
}
@media (min-width: 768px) {
.module-featured-content {
        background: url('img/bg-fc-desktop.png') #F5FDFF 100% 70px no-repeat
}
    }
.module-featured-content .module-title{
	margin-bottom: 0px;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-featured-content .module-title{
		margin-left: auto;
		margin-right: auto;
	}
	.module-featured-content .module-title{
		margin-bottom: 20px;
	}
	.module-featured-content .module-title{
		max-width: 540px;
	}
}
.module-featured-content p{
	margin-left: auto;
	margin-right: auto;
	max-width: 830px;
	text-align: center;
}
.module-featured-content .content{
	position: relative;
	z-index: 1;
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 60px;
}
@media (min-width: 768px){
	.module-featured-content .content{
		margin-top: 50px;
	}
	.module-featured-content .content{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.module-featured-content .content{
		gap: 40px;
	}
}
.module-featured-content .content--image{
	position: relative;
	z-index: 0;
}
.module-featured-content .content--image .photo{
	bottom: 0px;
	right: 0px;
}
@media (min-width: 768px){
	.module-featured-content .content--image .photo{
		position: absolute;
	}
	.module-featured-content .content--image .photo{
		bottom: -30px;
	}
}
.module-featured-content .content--image .transparent{
	display: none;
}
@media (min-width: 768px){
	.module-featured-content .content--image .transparent{
		display: block;
	}
}
.module-featured-content .content--text{
	position: relative;
	z-index: 5;
}
.module-featured-content .content--text .title{
	margin-bottom: 15px;
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-featured-content .content--text .title{
		width: 70%;
	}
	.module-featured-content .content--text .title{
		font-size: 28px;
		line-height: 34px;
	}
}
.module-featured-content .content--text p{
	margin-bottom: 20px;
	text-align: left;
}
.module-featured-content .content--text ul, .module-featured-content .content--text ol{
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-moz-column-gap: 20px;
	     column-gap: 20px;
	row-gap: 15px;
}
.module-featured-content .content--text ul{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px){
	.module-featured-content .content--text ul{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.module-featured-content .content--text ul li{
	position: relative;
	padding-left: 30px;
}
.module-featured-content .content--text ul li:before {
                        content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBpZD0iR3JvdXBfNDI3OSIgZGF0YS1uYW1lPSJHcm91cCA0Mjc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjIzIC0xMzIyKSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzI0IiBkYXRhLW5hbWU9IkVsbGlwc2UgMjQiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIzIDEzMjIpIiBmaWxsPSIjNjVjNWI3Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8yNjcyOSIgZGF0YS1uYW1lPSJQYXRoIDI2NzI5IiBkPSJNLTIwODYuMTM0LDMwMjIuMjQ0bDQuMzE1LDQuMzE1LDcuNDk0LTcuNDk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzEzLjA2OCAtMTY5MC42MDcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K');
                        position: absolute;
                        top: 2ppx;
                        left: 0px;
                    }
.module-featured-content .content--text .btn{
	margin-top: 30px;
	--tw-border-opacity: 1;
	border-color: rgba(101, 197, 183, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
}
.module-featured-content .content--text .btn:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(40, 143, 130, var(--tw-bg-opacity));
}
.module-featured-content .content--text h1, .module-featured-content .content--text h2, .module-featured-content .content--text h3, .module-featured-content .content--text h4, .module-featured-content .content--text h5, .module-featured-content .content--text h6{
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.module-testimonial-carousel{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
	padding-bottom: 50px;
}
@media (min-width: 768px){
	.module-testimonial-carousel{
		padding-bottom: 0px;
	}
}
.module-testimonial-carousel .testimonial{
	position: relative;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
	.module-testimonial-carousel .testimonial{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.module-testimonial-carousel .testimonial-image{
	order: 1;
}
@media (min-width: 768px){
	.module-testimonial-carousel .testimonial-image{
		order: 2;
	}
}
.module-testimonial-carousel .testimonial-image img{
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: left;
	   object-position: left;
}
.module-testimonial-carousel .testimonial-carousel{
	order: 2;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (min-width: 768px){
	.module-testimonial-carousel .testimonial-carousel{
		order: 1;
	}
	.module-testimonial-carousel .testimonial-carousel{
		display: flex;
	}
	.module-testimonial-carousel .testimonial-carousel{
		align-items: center;
	}
	.module-testimonial-carousel .testimonial-carousel{
		justify-content: flex-end;
	}
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial{
	position: relative;
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial:before {
                    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ny40MjEiIGhlaWdodD0iNjkuMzY1IiB2aWV3Qm94PSIwIDAgOTcuNDIxIDY5LjM2NSI+CiAgPGcgaWQ9IlF1b3RhdGlvbl9tYXJrIiBkYXRhLW5hbWU9IlF1b3RhdGlvbiBtYXJrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSI+CiAgICA8cGF0aCBpZD0iUGF0aF8zMyIgZGF0YS1uYW1lPSJQYXRoIDMzIiBkPSJNOTY3LjI3Miw3NDIuMzRhMS45MTcsMS45MTcsMCwwLDAsMS42LTMuNDczLDYxLjk1Miw2MS45NTIsMCwwLDEtOC45LTUuOTQ3Yy02Ljg1Ny01LjUzOC04LjgxMS0xNC4xNDEuNzU0LTE3Ljc4OCwxMC40ODEtNCwxNy4zLTExLjg2NiwxNy4zLTIxLjExMywwLTExLjU1NC0xMC40ODUtMjAuOTIxLTIyLjA0LTIwLjkyMS0xMC44NDEsMC0xOS45MjUsOC45NTEtMjAuOTg0LDE5LjUxNC0uMDEsMC0uNTA2LDEuNC0uNjQsNi43ODFDOTM0LjA1Niw3MTEuOCw5MzguMDIsNzMxLjEyNiw5NjcuMjcyLDc0Mi4zNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04ODAuNjA1IC02NzMuMDk4KSIgZmlsbD0icmdiYSgyNTUsMjM4LDEzOSwwLjMpIi8+CiAgICA8cGF0aCBpZD0iUGF0aF8zNCIgZGF0YS1uYW1lPSJQYXRoIDM0IiBkPSJNMTAyMS4wMTMsNzQyLjM0YTEuOTE3LDEuOTE3LDAsMCwwLDEuNi0zLjQ3Myw2Mi4wMDgsNjIuMDA4LDAsMCwxLTguOS01Ljk0N2MtNi44NTctNS41MzgtOC44MTEtMTQuMTQxLjc1NC0xNy43ODgsMTAuNDgxLTQsMTcuMy0xMS44NjYsMTcuMy0yMS4xMTMsMC0xMS41NTQtMTAuNDg2LTIwLjkyMS0yMi4wNC0yMC45MjEtMTAuODQxLDAtMTkuOTI2LDguOTUxLTIwLjk4NSwxOS41MTQtLjAwOSwwLS41MDYsMS40LS42MzksNi43ODFDOTg3Ljc5NCw3MTEuOCw5OTEuNzY0LDczMS4xMjYsMTAyMS4wMTMsNzQyLjM0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk4OC4wODcgLTY3My4wOTgpIiBmaWxsPSJyZ2JhKDI1NSwyMzgsMTM5LDAuMykiLz4KICA8L2c+Cjwvc3ZnPgo=');
                    position: absolute;
                    top: 50px;
                    left: 0px;
                }
.module-testimonial-carousel .testimonial-carousel .js-testimonial{
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 768px){
	.module-testimonial-carousel .testimonial-carousel .js-testimonial{
		max-width: 510px;
	}
	.module-testimonial-carousel .testimonial-carousel .js-testimonial{
		padding-right: 0px;
	}
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .testimonial--item{
	margin-bottom: 20px;
	border-width: 0px;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 238, 139, var(--tw-border-opacity));
	padding-bottom: 20px;
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .testimonial--item svg{
	margin-top: 10px;
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .testimonial--item h4{
	margin-top: 5px;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 18px;
	line-height: 23px;
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-active + .slick-active + .slick-active p{
	font-weight: 600;
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-arrow{
	position: absolute;
	left: 50%;
	z-index: 1;
	height: 40px;
	width: 40px;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	overflow: hidden;
                    text-indent: -99em;

                    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC41NjgiIGhlaWdodD0iMTIuMTE5IiB2aWV3Qm94PSIwIDAgMzQuNTY4IDEyLjExOSI+CiAgPHBhdGggaWQ9IlBhdGhfMjY4MTkiIGRhdGEtbmFtZT0iUGF0aCAyNjgxOSIgZD0iTS0zMDg2LjY2NywzNjU0LjE2bDE2LjI1LTEwLjIsMTYuMjUsMTAuMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzA4Ny43MDEgLTM2NDMuMDc1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZkZTAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=') top center no-repeat;
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-prev{
	top: -20px;
}
@media (min-width: 768px){
	.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-prev{
		top: 0px;
	}
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-next{
	bottom: -20px;
	--tw-scale-y: -1;
	transform: var(--tw-transform);
}
@media (min-width: 768px){
	.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-next{
		bottom: 0px;
	}
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-dots{
	position: absolute;
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: 1;
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-dots li{
	margin-top: 5px;
	margin-bottom: 5px;
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-dots li button{
	height: 12px;
	width: 12px;
	overflow: hidden;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 222, 0, var(--tw-border-opacity));
	background-color: transparent;
                            text-indent: -99em;
}
.module-testimonial-carousel .testimonial-carousel .js-testimonial .slick-dots li.slick-active button{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 222, 0, var(--tw-bg-opacity));
}
.module-services{
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (min-width: 768px){
	.module-services{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.module-services .module-title{
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-services .module-title{
		margin-bottom: 40px;
	}
	.module-services .module-title{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.module-services .wrapper{
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 768px){
	.module-services .wrapper{
		padding-left: 30px;
		padding-right: 30px;
	}
}
.module-services .services{
	gap: 15px;
}
@media (min-width: 768px){
	.module-services .services{
		display: grid;
	}
	.module-services .services{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.module-services .services--item{
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 10px;
	border-radius: 10px;
}
@media (min-width: 768px){
	.module-services .services--item{
		margin-left: 0px;
		margin-right: 0px;
	}
	.module-services .services--item{
		border-radius: 20px;
	}
	.module-services .services--item{
		border-radius: 20px;
	}
}
.module-services .services--thumb{
	position: relative;
	flex: 0 0 45%;
}
.module-services .services--thumb:after {
                content: '';
                position: absolute;
                bottom: 0px;
                left: 0px;
                height: 100%;
                width: 100%;
                background: rgb(255,252,235);
                background: linear-gradient(0deg, rgba(255,252,235,1) 15%, rgba(235,91,86,0) 70%);
            }
.module-services .services--content{
	display: flex;
	flex: 0 0 55%;
	flex-direction: column;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}
@media (min-width: 768px){
	.module-services .services--content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.module-services .services--content{
		padding-left: 40px;
		padding-right: 40px;
	}
	.module-services .services--content{
		padding-top: 0px;
	}
}
.module-services .services--content h3{
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 18px;
	line-height: 23px;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-services .services--content h3{
		font-size: 28px;
		line-height: 34px;
	}
}
.module-services .services--content p{
	margin-bottom: 20px;
}
.module-benefits{
	position: relative;
	padding-top: 50px;
	padding-bottom: 540px;
}
@media (min-width: 768px){
	.module-benefits{
		padding-bottom: 80px;
	}
	.module-benefits{
		padding-top: 80px;
	}
}
.module-benefits.reverse{
	padding-bottom: 0px;
	padding-top: 540px;
}
@media (min-width: 768px){
	.module-benefits.reverse{
		padding-bottom: 40px;
	}
	.module-benefits.reverse{
		padding-top: 50px;
	}
}
.module-benefits .bg{
	z-index: -2;
}
@media (min-width: 1280px){
	.module-benefits .bg{
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.module-benefits .bg{
		-o-object-position: bottom;
		   object-position: bottom;
	}
}
.module-benefits:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0px;
        z-index: -1;
        height: 35%;
        width: 100%;
        background: transparent;
    }
.module-benefits .module-title{
	text-align: center;
	font-family: Roboto Mono;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1.8px;
	--tw-text-opacity: 1;
	color: rgba(0, 117, 163, var(--tw-text-opacity));
}
.module-benefits .module-title p{
	text-align: center;
	font-family: Roboto Mono;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1.8px;
	--tw-text-opacity: 1;
	color: rgba(0, 117, 163, var(--tw-text-opacity));
}
.module-benefits p{
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	line-height: 45px;
	--tw-text-opacity: 1;
	color: rgba(0, 73, 102, var(--tw-text-opacity));
}
.module-benefits p strong{
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	line-height: 45px;
	--tw-text-opacity: 1;
	color: rgba(0, 117, 163, var(--tw-text-opacity));
}
.module-benefits .content{
	text-align: center;
}
.module-benefits .content.four .btn{
	display: none;
}
.module-benefits .text-center{
	text-align: center;
}
.module-benefits.benefits.cwiq-code.daily .wrapper{
	text-align: center;
}
.module-benefits.benefits.cwiq-code.daily .benefits.size-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 0;
    padding: 0;
    margin: 0;
}
.module-benefits.benefits.cwiq-code.daily .benefits.size-two .benefits--item {
                    max-width: none;
                }
.module-benefits.benefits.cwiq-code.daily .benefits.size-two .benefits--item .benefits--content {
                        background: transparent !important;
                        border: 0;
                        box-shadow: none !important;
                        width: 100%;
                        text-align: left;
                    }
.module-benefits.benefits.cwiq-code.daily .benefits.size-two a.btn.btn--primary {

                }
.module-benefits.benefits.functionality:after {
                background: none !important;
            }
.module-benefits.benefits.functionality picture {
                display: none;
            }
.module-benefits.benefits.functionality h3{
	text-align: left;
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 45px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-benefits.benefits.functionality .benefits--content {
                    background: none !important;
                    border: 0 !important;
                    padding-left: 0 !important;
                }
.module-benefits.benefits.functionality .benefits--content span{
	text-align: left;
	font-family: Roboto Mono;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.42px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-benefits.benefits.functionality .benefits--content span:first-child {
                            display: none;
                        }
.module-benefits.benefits.functionality .benefits--content img {
                        display: none !important;
                    }
.module-benefits.benefits.functionality .benefits--item {
                    max-width: none !important;
                }
.module-benefits.benefits.functionality .benefits.size-two {
                    gap: 100px !important;
                }
.module-benefits.benefits.all-products:after {
                background: none !important;
            }
.module-benefits.benefits.all-products picture {
                display: none;
            }
.module-benefits.benefits.all-products .module-title p {
                    font: normal normal bold 18px/24px Roboto Mono;
                    letter-spacing: 1.8px;
                    color: #85DCFF;
                }
.module-benefits.benefits.all-products p {
                font: normal normal bold 34px/45px Roboto Mono;
                letter-spacing: 0px;
                color: #fff;
            }
.module-benefits.benefits.all-products p strong {
                    font: normal normal bold 34px/45px Roboto Mono;
                    letter-spacing: 0px;
                    color: #85DCFF;
                }
.module-benefits.benefits.all-products .benefits--content {
                    background: none;
                    border: 0;
                    box-shadow: none;
                    
                }
.module-benefits.benefits.all-products .benefits--content span {
                        text-align: left;
                        font: normal normal bold 16px/20px Roboto;
                        letter-spacing: 0.48px;
                        color: #FFFFFF;
                    }
.module-benefits.benefits.cwiq-code{
	z-index: 0;
}
.module-benefits.benefits.cwiq-code .module-title{
	margin-bottom: 0px;
}
.module-benefits.benefits.cwiq-code .module-title p{
	font-family: Roboto Mono;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.8px;
	--tw-text-opacity: 1;
	color: rgba(0, 117, 163, var(--tw-text-opacity));
}
.module-benefits.benefits.cwiq-code a.btn.btn--primary{
	margin-right: 10.5px;
	border-radius: 10px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 73, 102, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-benefits.benefits.cwiq-code p{
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	line-height: 42px;
	--tw-text-opacity: 1;
	color: rgba(0, 117, 163, var(--tw-text-opacity));
	margin-bottom: 30px;
}
.module-benefits.benefits.cwiq-code.career p{
	font-family: Roboto Mono;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	--tw-text-opacity: 1;
	color: #fff;
}
.module-benefits.career .benefits--content {
    border: 0;
    background: transparent;
    box-shadow: none;
}
.module-benefits.benefits.cwiq-code .benefits--content h4 span{
	font-family: Roboto Mono;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	--tw-text-opacity: 1;
	color: rgba(0, 73, 102, var(--tw-text-opacity));
}
.module-benefits.benefits.cwiq-code.career .benefits--content h4 span {
    font-family: Roboto Mono;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	--tw-text-opacity: 1;
	color: #fff;
}
.module-benefits.benefits.cwiq-code .benefits--content p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(55, 55, 55, var(--tw-text-opacity));
}
.module-benefits .benefits{
	clear: both;
	padding-top: 20px;
}
@media (min-width: 768px){
	.module-benefits .benefits{
		padding-top: 30px;
	}
}
.module-benefits .benefits--wrapper{
	clear: both;
}
@media (min-width: 1280px){
	.module-benefits .benefits--wrapper{
		display: flex;
	}
	.module-benefits .benefits--wrapper{
		justify-content: space-evenly;
	}
}
.module-benefits .benefits--wrapper.size-four{
	width: 100%;
}
.module-benefits .benefits.size-two {
            -moz-column-count: 2;
                 column-count: 2;
            gap: 300px;
        }
.module-benefits .benefits.size-two .benefits--item{
	width: 100%;
	max-width: 320px;
}
.tab-button .wp-block-button__link img:last-child {
    display: none !important;
}
@media (min-width: 768px) {
.module-benefits .benefits {
            -moz-column-count: 3;
                 column-count: 3
    }
        }
.module-benefits .benefits.size-four{
	width: 100%;
}
@media (min-width: 1280px){
	.module-benefits .benefits.size-four{
		max-width: none;
	}
}
@media (min-width: 768px) {
.module-benefits .benefits.size-four {
                -moz-column-count: 4;
                     column-count: 4
        }
            }
.module-benefits .benefits.size-four .benefits--item {
                    page-break-inside: avoid;
                    padding-top: 0px;
                }
@media (min-width: 768px){
	.module-benefits .benefits.size-four .benefits--item:nth-child(even){
		padding-top: 50px;
	}
}
.module-benefits .benefits--item{
	margin-bottom: 10px;
}
.module-benefits .benefits--content{
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(133, 220, 255, var(--tw-border-opacity));
	background-color: #C2EEFF33;
	padding: 15px;
}
@media (min-width: 768px){
	.module-benefits .benefits--content{
		border-radius: 20px;
	}
}
.module-benefits .benefits--content {
            box-shadow: 3px 6px 10px 0px rgba(40,143,130,0.19);
            -webkit-box-shadow: 3px 6px 10px 0px rgba(40,143,130,0.19);
            -moz-box-shadow: 3px 6px 10px 0px rgba(40,143,130,0.19);
        }
.module-benefits .benefits--content h4{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 16px;
}
@media (min-width: 1280px){
	.module-benefits .benefits--content h4{
		font-size: 18px;
		line-height: 23px;
	}
}
.module-benefits .benefits--content h4 span{
	margin-right: 24.8px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(55, 55, 55, var(--tw-text-opacity));
}
.module-benefits .benefits--content h4 img{
	margin-right: 10px;
	height: 100%;
	width: auto;
	min-width: 30px;
}
@media (min-width: 1280px){
	.module-benefits .benefits--content h4 img{
		margin-bottom: 10px;
	}
}
.module-benefits .benefits--content p{
	margin-bottom: 20px;
	font-size: 11px;
	line-height: normal;
}
@media (min-width: 1280px){
	.module-benefits .benefits--content p{
		font-size: 12px;
		line-height: 16px;
	}
}
.module-benefits-bar{
	--tw-bg-opacity: 1;
	background-color: rgba(101, 197, 183, var(--tw-bg-opacity));
	padding-top: 40px;
	padding-bottom: 40px;
}
.module-benefits-bar h3{
	margin-bottom: 10px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	--tw-text-opacity: 1;
	color: rgba(255, 252, 235, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-benefits-bar h3{
		font-size: 20px;
		line-height: 24px;
	}
}
.module-benefits-bar p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-benefits-bar .benefits{
		display: flex;
	}
	.module-benefits-bar .benefits{
		align-items: center;
	}
	.module-benefits-bar .benefits{
		justify-content: space-between;
	}
}
.module-benefits-bar .benefits--bar{
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
@media (min-width: 768px){
	.module-benefits-bar .benefits--bar{
		--tw-translate-y: -30px;
		transform: var(--tw-transform);
	}
	.module-benefits-bar .benefits--bar{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.module-benefits-bar .benefits--bar{
		gap: 20px;
	}
}
.module-benefits-bar .benefits--item{
	border-radius: 10px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 15px;
}
@media (min-width: 768px){
	.module-benefits-bar .benefits--item{
		display: flex;
	}
	.module-benefits-bar .benefits--item{
		height: 145px;
	}
	.module-benefits-bar .benefits--item{
		align-items: center;
	}
	.module-benefits-bar .benefits--item:nth-child(2), .module-benefits-bar .benefits--item:nth-child(5){
		--tw-translate-y: 30px;
		transform: var(--tw-transform);
	}
}
.module-benefits-bar .benefits--item img{
	height: 35px;
}
@media (min-width: 768px){
	.module-benefits-bar .benefits--item img{
		height: 50px;
	}
}
.module-benefits-bar .benefits--item h4{
	margin: 0px;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 16px;
}
@media (min-width: 768px){
	.module-benefits-bar .benefits--text{
		flex: 0 0 30%;
	}
	.module-benefits-bar .benefits--icons{
		flex: 0 0 65%;
	}
}
.module-floating{
	padding-top: 50px;
	padding-bottom: 30px;
}
.module-floating .wrapper{
	position: relative;
}
.module-floating .module-title{
	margin-bottom: 0px;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-floating .module-title{
		margin-bottom: 20px;
	}
	.module-floating .module-title{
		text-align: left;
	}
	.module-floating .module-title{
		font-size: 28px;
		line-height: 34px;
	}
}
.module-floating .floating{
	width: 100%;
	text-align: center;
}
@media (min-width: 768px){
	.module-floating .floating{
		width: 50%;
	}
	.module-floating .floating{
		text-align: left;
	}
}
.module-floating .floating p{
	margin-bottom: 20px;
}
.module-floating .floating-image{
	position: absolute;
	bottom: 100%;
	left: 40%;
	min-width: 250px;
	max-width: 60%;
}
@media (min-width: 768px){
	.module-floating .floating-image{
		bottom: 50%;
	}
	.module-floating .floating-image{
		left: 50%;
	}
	.module-floating .floating-image{
		max-width: 100%;
	}
}
.module-story{
	position: relative;
	padding-top: 90px;
	padding-bottom: 80px;
}
.module-story .bg{
	top: 90px;
	left: 0px;
	z-index: -1;
	margin-bottom: 20px;
	height: auto;
	width: 100%;
}
@media (min-width: 768px){
	.module-story .bg{
		position: absolute;
	}
	.module-story .bg{
		top: 0px;
	}
	.module-story .bg{
		margin-bottom: 0px;
	}
	.module-story .bg{
		height: 100%;
	}
	.module-story .bg{
		width: 100%;
	}
	.module-story .bg{
		-o-object-fit: contain;
		   object-fit: contain;
	}
}
.module-story .module-title{
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-story .story{
		max-width: 60%;
	}
	.module-story .story-wrapper{
		display: flex;
	}
	.module-story .story-wrapper{
		align-items: center;
	}
	.module-story .story-wrapper{
		justify-content: flex-end;
	}
}
.module-story .story p{
	margin-bottom: 20px;
}
.module-story .story p b{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.module-text-banner{
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
}
.module-text-banner.discover {
        border-bottom-width: 2px;
        border-style: solid;
        -o-border-image: linear-gradient(to right, #005475, #FFFFFF, #005475) 1;
           border-image: linear-gradient(to right, #005475, #FFFFFF, #005475) 1;
    }
.module-text-banner.discover .text-banner{
	padding-top: 16px;
	padding-bottom: 16px;
	overflow: hidden;
}
.module-text-banner.discover .text-banner__text .wrapper p{
	margin-bottom: 0px;
}
.module-text-banner.discover .text-banner__text .wrapper h3{
	letter-spacing: 1.6px;
}
.module-text-banner.discover .text-banner__text .wrapper h3 .discover-banner:after{
	padding-left: 30px;
	padding-right: 30px;
	content: '|';
}
.module-text-banner.suite-modular{
	z-index: 0 !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.module-text-banner.suite-modular.text-suite {
            z-index: inherit !important;
        }
.module-text-banner.suite-modular.cwiq-code .wrapper h3, .module-text-banner.suite-modular.cwiq-code .wrapper p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.module-text-banner.suite-modular .wrapper{
	max-width: 1080px !important;
	background-color: transparent !important; 
            white-space: unset !important;
}
.module-text-banner.suite-modular .wrapper h3{
	margin-bottom: 20px;
	text-align: center;
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 700;
	line-height: 42px;
	--tw-text-opacity: 1;
	color: rgba(0, 73, 102, var(--tw-text-opacity));
}
.module-text-banner.suite-modular .wrapper h3 strong{
	--tw-text-opacity: 1;
	color: rgba(0, 117, 163, var(--tw-text-opacity));
}
.module-text-banner.suite-modular .wrapper p{
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.42px;
	--tw-text-opacity: 1;
	color: rgba(55, 55, 55, var(--tw-text-opacity));
}
.module-text-banner.leader .text-banner{
	padding-top: 50px;
	padding-bottom: 50px;
}
.module-text-banner.leader .text-banner__text .wrapper .content{
	text-align: center;
}
.module-text-banner.leader .text-banner__text .wrapper .content h3{
	font-family: Roboto;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 1.6px;
	letter-spacing: 1.5px;
}
.module-text-banner .text-banner__image{
	bottom: -40px;
	left: calc(50% - 140px);
}
@media (min-width: 768px){
	.module-text-banner .text-banner__image{
		position: absolute;
	}
	.module-text-banner .text-banner__image{
		--tw-translate-x: -100%;
		transform: var(--tw-transform);
	}
}
.module-text-banner .text-banner__image img{
	width: 100%;
	max-width: 650px;
}
.module-text-banner .text-banner__text{
	padding-top: 0px;
	padding-bottom: 0px;
}
.module-text-banner .text-banner__text h3{
	font-size: 16px;
	--tw-text-opacity: 1;
	color: rgba(255, 252, 235, var(--tw-text-opacity));
}
.module-text-banner .text-banner__text p{
	margin-bottom: 20px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-text-banner .text-banner__text .wrapper{
		display: flex;
	}
	.module-text-banner .text-banner__text .wrapper{
		justify-content: flex-end;
	}
}
.module-text-banner .text-banner__text .wrapper{
	max-width: none;
	white-space: nowrap;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}
.module-text-banner .text-banner__text .wrapper .content{
	width: 100%;
}
.module-grid-detail{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
@media (min-width: 768px){
	.module-grid-detail{
		margin-top: -100px;
	}
	.module-grid-detail{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.module-grid-detail{
		text-align: left;
	}
}
.module-grid-detail .module-title{
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.module-grid-detail .grid{
		display: flex;
	}
	.module-grid-detail .grid{
		justify-content: space-between;
	}
	.module-grid-detail .grid--text{
		flex: 0 0 45%;
	}
	.module-grid-detail .grid--grid{
		flex: 0 0 50%;
	}
}
.module-grid-detail .grid-box {
            -moz-column-count: 2;
                 column-count: 2;
            -moz-column-gap: 10px;
                 column-gap: 10px;
            margin-top: 20px;
        }
@media (min-width: 768px){
	.module-grid-detail .grid-box.grid-4 .grid-box--item:nth-child(n+3){
		--tw-translate-y: 20px;
		transform: var(--tw-transform);
	}
}
.module-grid-detail .grid-box--item {
                -moz-column-break-inside: avoid;
                     break-inside: avoid;
                page-break-inside: avoid;
                box-shadow: 6px 3px 10px 0px rgba(147,125,0,0.2);
                border-radius: 10px;
                --tw-bg-opacity: 1;
                background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
                padding: 15px;
            }
@media (min-width: 768px){
	.module-grid-detail .grid-box--item{
		margin-bottom: 20px;
	}
	.module-grid-detail .grid-box--item{
		border-radius: 20px;
	}
}
.module-grid-detail .grid-box--item h4{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	text-align: left;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 16px;
}
@media (min-width: 768px){
	.module-grid-detail .grid-box--item h4{
		display: block;
	}
	.module-grid-detail .grid-box--item h4{
		font-size: 18px;
		line-height: 23px;
	}
}
.module-grid-detail .grid-box--item h4 img{
	margin-right: 15px;
	height: 35px;
}
@media (min-width: 768px){
	.module-grid-detail .grid-box--item h4 img{
		margin-bottom: 10px;
	}
	.module-grid-detail .grid-box--item h4 img{
		height: 50px;
	}
}
.module-grid-detail .grid-box--item p{
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}
@media (min-width: 768px){
	.module-grid-detail .grid-box--item p{
		font-size: 12px;
		line-height: 16px;
	}
}
.module-grid-detail .grid-box.grid-3 {
                -moz-column-count: 1;
                     column-count: 1;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
.module-grid-detail .grid-box.grid-3 .grid-box--item{
	margin-bottom: 10px;
	flex: 0 0 48%;
}
.module-grid-detail .grid-box.grid-3 .grid-box--item:nth-child(2){
	--tw-translate-y: 20px;
	transform: var(--tw-transform);
}
.module-grid-detail .grid-box.grid-3 .grid-box--item:nth-child(3){
	--tw-translate-y: 30px;
	transform: var(--tw-transform);
}
.page-template-landing #masthead, .page-template-landing #colophon{
	display: none;
}
.page-template-landing .bg{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.landing-module{
	position: relative;
}
.landing-header{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.landing-header.scrolled{
	position: fixed;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.landing-header img{
	max-width: 320px;
}
.landing-header .header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.landing-header .header--button{
	display: none;
}
@media (min-width: 768px){
	.landing-header .header--button{
		display: block;
	}
}
.landing-hero{
	position: relative;
	padding-top: 115px;
	padding-bottom: 125px;
}
@media (min-width: 768px){
	.landing-hero{
		padding-top: 135px;
	}
	.landing-hero{
		padding-bottom: 30px;
	}
	.landing-hero .hero{
		display: flex;
	}
	.landing-hero .hero{
		align-items: flex-start;
	}
	.landing-hero .hero{
		justify-content: space-between;
	}
}
.landing-hero .hero--content{
	margin-bottom: 20px;
}
@media (min-width: 768px){
	.landing-hero .hero--content{
		margin-bottom: 0px;
	}
	.landing-hero .hero--content{
		flex: 0 0 40%;
	}
}
.landing-hero .hero--content img{
	margin-bottom: 25px;
	display: none;
	max-width: 240px;
}
@media (min-width: 768px){
	.landing-hero .hero--content img{
		display: inline-block;
	}
}
.landing-hero .hero--content .subheading{
	margin: 0px;
	text-align: center;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 20px;
	line-height: 24px;
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.landing-hero .hero--content .subheading{
		text-align: left;
	}
	.landing-hero .hero--content .subheading{
		font-size: 24px;
		line-height: 24px;
	}
}
.landing-hero .hero--content .heading{
	text-align: center;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 34px;
	line-height: 38px;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.landing-hero .hero--content .heading{
		margin-bottom: 25px;
	}
	.landing-hero .hero--content .heading{
		text-align: left;
	}
	.landing-hero .hero--content .heading{
		font-size: 54px;
		line-height: 60px;
	}
}
.landing-hero .hero--content p{
	margin-bottom: 10px;
	text-align: center;
}
@media (min-width: 768px){
	.landing-hero .hero--content p{
		text-align: left;
	}
	.landing-hero .hero--content p{
		font-size: 16px;
	}
}
.landing-hero .hero--content ul, .landing-hero .hero--content ol{
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	-moz-column-gap: 20px;
	     column-gap: 20px;
	row-gap: 15px;
}
@media (min-width: 768px){
	.landing-hero .hero--content ul li, .landing-hero .hero--content ol li{
		font-size: 16px;
	}
}
.landing-hero .hero--content ul li{
	position: relative;
	padding-left: 30px;
}
.landing-hero .hero--content ul li:before {
                            content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBpZD0iR3JvdXBfNDI3OSIgZGF0YS1uYW1lPSJHcm91cCA0Mjc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjIzIC0xMzIyKSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzI0IiBkYXRhLW5hbWU9IkVsbGlwc2UgMjQiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIzIDEzMjIpIiBmaWxsPSIjNjVjNWI3Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8yNjcyOSIgZGF0YS1uYW1lPSJQYXRoIDI2NzI5IiBkPSJNLTIwODYuMTM0LDMwMjIuMjQ0bDQuMzE1LDQuMzE1LDcuNDk0LTcuNDk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzEzLjA2OCAtMTY5MC42MDcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K');
                            position: absolute;
                            top: 2ppx;
                            left: 0px;
                        }
.landing-hero .hero--code{
	border-radius: 10px;
	--tw-bg-opacity: 1;
	background-color: rgba(245, 253, 255, var(--tw-bg-opacity));
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px){
	.landing-hero .hero--code{
		flex: 0 0 50%;
	}
	.landing-hero .hero--code{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.landing-hero .hero--code{
		padding-left: 30px;
		padding-right: 30px;
	}
}
.landing-hero .hero--code h3{
	text-align: center;
	font-size: 28px;
	line-height: 34px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.landing-hero .hero--code textarea{
	height: 60px;
}
.landing-services .module-title{
	margin: 0px;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.landing-services p{
	text-align: center;
}
.landing-services .columns{
	margin-top: 30px;
	gap: 15px;
}
@media (min-width: 768px){
	.landing-services .columns{
		display: grid;
	}
	.landing-services .columns{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.landing-services .columns--item{
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 10px;
	border-radius: 10px;
}
@media (min-width: 768px){
	.landing-services .columns--item{
		margin-left: 0px;
		margin-right: 0px;
	}
	.landing-services .columns--item{
		border-radius: 20px;
	}
	.landing-services .columns--item{
		border-radius: 20px;
	}
}
.landing-services .columns--thumb{
	position: relative;
	flex: 0 0 45%;
}
.landing-services .columns--thumb:after {
                    content: '';
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    height: 100%;
                    width: 100%;
                    background: rgb(255,252,235);
                    background: linear-gradient(0deg, rgba(255,252,235,1) 15%, rgba(235,91,86,0) 70%);
                }
.landing-services .columns--content{
	display: flex;
	flex: 0 0 55%;
	flex-direction: column;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 235, var(--tw-bg-opacity));
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}
@media (min-width: 768px){
	.landing-services .columns--content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.landing-services .columns--content{
		padding-left: 40px;
		padding-right: 40px;
	}
	.landing-services .columns--content{
		padding-top: 0px;
	}
}
.landing-services .columns--content h4{
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 18px;
	line-height: 23px;
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.landing-services .columns--content h4{
		font-size: 28px;
		line-height: 34px;
	}
}
.landing-services .columns--content p{
	margin-bottom: 20px;
	text-align: left;
}
.landing-services .columns--content .btn{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.landing-traditional{
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px){
	.landing-traditional{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (max-width: 768px){
	.landing-traditional .wrapper{
		padding-left: 0px;
		padding-right: 0px;
	}
	.landing-traditional .module-title, .landing-traditional .module-title + p{
		padding-left: 30px;
		padding-right: 30px;
	}
	.landing-traditional .columns--content{
		min-height: 260px;
	}
}
.landing-functional{
	padding-bottom: 50px;
}
@media (min-width: 768px){
	.landing-functional{
		padding-bottom: 100px;
	}
}
@media (max-width: 768px){
	.landing-functional .wrapper{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.landing-functional .module-title{
	--tw-text-opacity: 1;
	color: rgba(255, 252, 235, var(--tw-text-opacity));
}
@media (max-width: 768px){
	.landing-functional .module-title, .landing-functional .module-title + p{
		padding-left: 30px;
		padding-right: 30px;
	}
}
.landing-functional .columns--thumb:after {
                    content: '';
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    height: 100%;
                    width: 100%;
                    background: rgb(245,253,255);
                    background: linear-gradient(0deg, rgba(245,253,255,1) 15%, rgba(235,91,86,0) 70%);
                }
.landing-functional .columns--content{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 253, 255, var(--tw-bg-opacity));
}
.landing-conditions{
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
@media (min-width: 768px){
	.landing-conditions{
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
.landing-conditions:after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0px;
            display: none;
            height: 218px;
            width: 186px;
            --tw-translate-y: 50%;
            transform: var(--tw-transform);
        }
@media (min-width: 768px){
	.landing-conditions:after{
		display: block;
	}
}
.landing-conditions:after {
            background-image: url('img/asset.png');
            background-size: contain;
            background-position: center;
        }
.landing-conditions .module-title{
	margin-bottom: 20px;
	text-align: center;
}
@media (min-width: 768px){
	.landing-conditions .module-title{
		margin-bottom: 30px;
	}
}
.landing-conditions .btn{
	margin-top: 30px;
}
@media (min-width: 768px){
	.landing-conditions .conditions{
		display: grid;
	}
	.landing-conditions .conditions{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.landing-conditions .conditions{
		gap: 50px;
	}
}
.landing-conditions .conditions--item img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
	height: 75px;
}
@media (min-width: 768px){
	.landing-conditions .conditions--item img{
		height: 80px;
	}
}
.landing-conditions .conditions--item h4{
	text-align: center;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 28px;
	line-height: 34px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.landing-conditions .conditions--item p{
	text-align: center;
}
.landing-image{
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (min-width: 768px){
	.landing-image{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.landing-image .bg{
	-o-object-position: top;
	   object-position: top;
}
@media (min-width: 768px){
	.landing-image .bg{
		-o-object-position: right bottom;
		   object-position: right bottom;
	}
}
.landing-image .text{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	align-items: center;
	gap: 25px;
}
@media (min-width: 768px){
	.landing-image .text{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.landing-image .text{
		gap: 50px;
	}
}
.landing-image .text-content .module-title{
	margin: 0px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.landing-image .text-content .btn{
	margin-top: 20px;
}
.landing-video{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 253, 255, var(--tw-bg-opacity));
	padding-bottom: 40px;
}
@media (min-width: 768px){
	.landing-video{
		padding-bottom: 80px;
	}
}
.landing-video:after {
            content: '';
            position: absolute;
            bottom: 50px;
            right: 50%;
            z-index: 1;
            display: none;
            height: 166px;
            width: 137px;
            --tw-translate-x: -70%;
            transform: var(--tw-transform);

        }
@media (min-width: 768px){
	.landing-video:after{
		display: block;
	}
}
.landing-video:after {
            background: url('img/asset-video.png') center no-repeat;

        }
.landing-video .text{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	align-items: center;
	gap: 30px;
}
@media (min-width: 768px){
	.landing-video .text{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.landing-video .text-media{
	order: 1;
}
@media (min-width: 768px){
	.landing-video .text-media{
		order: 2;
	}
}
.landing-video .text-media video{
	height: auto;
	width: 100%;
	border-radius: 10px;
}
@media (min-width: 768px){
	.landing-video .text-media video{
		border-radius: 20px;
	}
}
.landing-video .text-content{
	order: 2;
}
@media (min-width: 768px){
	.landing-video .text-content{
		order: 1;
	}
}
.landing-video .text-content .module-title{
	margin: 0px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.landing-video .text-content .btn{
	margin-top: 20px;
}
.landing-reviews .review{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.landing-reviews .review--text{
	flex: 0 0 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px){
	.landing-reviews .review--text{
		flex: 0 0 40%;
	}
	.landing-reviews .review--text{
		padding-top: 140px;
		padding-bottom: 140px;
	}
}
.landing-reviews .review--text h4{
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-reviews .review--text .module-title{
	margin-bottom: 0px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-reviews .review--text p{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-reviews .review--text .btn{
	margin-top: 20px;
	margin-bottom: 20px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-reviews .review--text .btn:hover{
	--tw-border-opacity: 1;
	border-color: rgba(101, 197, 183, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(40, 143, 130, var(--tw-text-opacity));
}
.landing-reviews .review--quotes{
	flex: 0 0 100%;
	padding-bottom: 60px;
}
@media (min-width: 768px){
	.landing-reviews .review--quotes{
		flex: 0 0 60%;
	}
	.landing-reviews .review--quotes{
		padding-bottom: 0px;
	}
}
.landing-reviews .review--quotes .quotes--item{
	margin-bottom: 15px;
	border-radius: 10px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 25px;
	text-align: center;
}
.landing-reviews .review--quotes .quotes--item svg{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
}
.landing-reviews .review--quotes .quotes--item h4{
	text-align: center;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 18px;
	line-height: 23px;
}
@media (min-width: 768px){
	.landing-reviews .review--quotes .quotes--item:nth-child(n + 3){
		--tw-translate-y: 44px;
		transform: var(--tw-transform);
	}
.landing-reviews .review--quotes .quotes {
                        -moz-column-count: 2;
                             column-count: 2;
                        padding: 30px 0
                }

                        .landing-reviews .review--quotes .quotes--item {
                            page-break-inside: avoid;
                        }
}
.landing-module.site-footer {
            background: url('img/bg-lp-footer-mobile.png') bottom center no-repeat;
            background-size: cover;
        }
@media (min-width: 767px) {
.landing-module.site-footer {
                background: url('img/bg-lp-footer-desktop.png') bottom center no-repeat;
                background-size: cover
        }
            }
.landing-module.site-footer .footer-logo img{
	max-width: 250px;
}
@media (max-width: 768px){
	.landing-module.site-footer .footer-logo img{
		margin-left: auto;
		margin-right: auto;
	}
	.landing-module.site-footer .footer-logo img{
		display: block;
	}
}
.landing-module.site-footer .footer-info{
	text-align: center;
}
@media (max-width: 768px){
	.landing-module.site-footer .footer-info{
		margin-top: 75px;
	}
}
.landing-module.site-footer .footer-info h3{
	margin-bottom: 15px;
	font-family: Bebas Neue, Poppins, sans-serif, cursive;
	font-size: 28px;
	line-height: 34px;
	--tw-text-opacity: 1;
	color: rgba(101, 197, 183, var(--tw-text-opacity));
}
.landing-module.site-footer .footer-info .btn{
	margin-top: 15px;
}
@media only screen and (max-width: 1130px) and (min-width: 320px) {
    .career .benefits.size-two {
        display: block !important;
        gap: 0 !important;
        column-count: 1;
        -moz-column-count: 1;
        margin: 0 auto;
    }
    .module-benefits.career .benefits.size-two .benefits--item {
        width: 100%;
        max-width: none;
    }
    .module-benefits.career .bg {
        display: block !important;
    }
}
@media only screen and (max-width: 1338px) and (min-width: 781px) {
    .tab-button {
        padding: 0 10px;
    }
    .tab-button .wp-block-button__link {
        padding: 10px;
        font-size: 14px;
        line-height: normal;
    }
    .tab-button .wp-block-button__link img {
        max-width: 20px;
        width: 20px !important;
        height: auto !important;
        margin-right: 2px !important;
    }
    .tab-button {
        gap: 10px;
        padding-bottom: 30px;
    }
    .tab-button .wp-block-buttons.is-layout-flex {
        justify-content: center;
    }
}

@media (min-width: 768px){
	.landing-module.site-footer .footer-content{
		align-items: flex-end;
	}
}
@media (max-width: 768px){
	.landing-module.site-footer .footer-content{
		justify-content: center;
	}
}
.wp-block-cover{
	text-align: center;
}
.wp-block-cover.home_banner{
	min-height: 639px;
}
.wp-block-cover.home_banner h2{
	padding-right: 20px;
	font-family: Roboto Mono;
	font-size: 72px;
	font-weight: 700;
	line-height: 95px;
	letter-spacing: 7.2px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-cover.home_banner p{
	padding-right: 20px;
	font-family: Roboto Mono;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.6px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
            text-transform: capitalize;
}
.wp-block-cover.home_banner .wp-block-buttons{
	margin-top: 30px;
	justify-content: center;
}
.wp-block-cover.home_banner .wp-block-button__link {
                text-transform: lowercase;
                border-radius: 10px;
                --tw-bg-opacity: 1;
                background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
                padding-left: 32px;
                padding-right: 32px;
                padding-top: 12px;
                padding-bottom: 12px;
                font-family: Roboto Mono;
                font-size: 14px;
                line-height: 19px;
                letter-spacing: 1.4px;
                --tw-text-opacity: 1;
                color: rgba(0, 73, 102, var(--tw-text-opacity));
            }
.wp-block-cover.endtoend{
	display: flex;
	min-height: 360px;
	justify-content: flex-start;
}
.wp-block-cover.endtoend .wp-block-cover__inner-container{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1001px;
	text-align: left;
}
.wp-block-cover.endtoend .wp-block-cover__inner-container h2{
	margin-bottom: 7px;
	font-family: Roboto Mono;
	font-size: 30px;
	font-weight: 700;
	line-height: 39px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-cover.endtoend .wp-block-cover__inner-container h2 strong{
	font-family: Roboto Mono;
	font-size: 30px;
	font-weight: 700;
	line-height: 39px;
	--tw-text-opacity: 1;
	color: rgba(194, 238, 255, var(--tw-text-opacity));
}
.wp-block-cover.endtoend .wp-block-cover__inner-container p{
	margin-bottom: 30px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-cover.endtoend .wp-block-cover__inner-container .wp-block-button:first-child .wp-block-button__link{
	margin-right: 10.5px;
	border-radius: 10px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 73, 102, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-cover.endtoend .wp-block-cover__inner-container .wp-block-button__link{
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-cover.about{
	max-height: 380px;
	min-height: 380px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity));
}
.wp-block-cover.about.blog .wp-block-cover__inner-container{
	text-align: center !important;
}
.wp-block-cover.about.blog .wp-block-cover__inner-container h2.wp-block-heading{
	text-align: center !important;
	font-family: Roboto Mono !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	line-height: 42px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.wp-block-cover.about.blog .wp-block-cover__inner-container p{
	text-align: center !important;
	font-family: Roboto !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	letter-spacing: 0.48px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.wp-block-cover.about .wp-block-cover__inner-container{
	max-width: 1080px;
}
.wp-block-cover.about .wp-block-cover__inner-container h2.wp-block-heading{
	margin-bottom: 10px !important;
	text-align: left !important;
	font-family: Roboto Mono !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	line-height: 26px !important;
	letter-spacing: 2px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(194, 238, 255, var(--tw-text-opacity)) !important;
}
.wp-block-cover.about .wp-block-cover__inner-container p{
	margin-bottom: 41px !important;
	text-align: left !important;
	font-family: Roboto Mono !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	line-height: 42px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.wp-block-cover.about .wp-block-cover__inner-container .wp-block-button__link{
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(242, 242, 242, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(0, 73, 102, var(--tw-text-opacity));
}
.wp-block-cover.story .wp-block-cover__inner-container{
	max-width: 1080px;
}
.wp-block-cover.story .wp-block-cover__inner-container h2{
	margin-bottom: 20px !important;
    text-align: center !important;
    font-family: Roboto Mono !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: 1.6px !important;
    --tw-text-opacity: 1 !important;
    color: #fff !important;
}
.wp-block-cover.story .wp-block-cover__inner-container p{
	font-family: Roboto !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0.48px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.wp-block-cover.story .wp-block-cover__inner-container p strong{
	margin-bottom: 20px !important;
	text-align: center !important;
	font-family: Roboto !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 30px !important;
	letter-spacing: 0.6px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(194, 238, 255, var(--tw-text-opacity)) !important;
}
.wp-block-cover.get-started{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	min-height: 250px;
	justify-content: flex-start;
}
.wp-block-cover.get-started .wp-block-cover__inner-container{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1001px;
	text-align: left;
}
.wp-block-cover.get-started .wp-block-cover__inner-container h2{
	text-align: left;
	font-family: Roboto Mono;
	font-size: 34px;
	font-weight: 500;
	line-height: 42px;
}
.wp-block-cover.get-started .wp-block-cover__inner-container .wp-block-buttons{
	margin-top: 30px;
	justify-content: flex-start;
}
.wp-block-cover.get-started .wp-block-cover__inner-container .wp-block-button__link {
                    text-transform: lowercase;
                    border-radius: 10px;
                    --tw-bg-opacity: 1;
                    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
                    padding-left: 32px;
                    padding-right: 32px;
                    padding-top: 12px;
                    padding-bottom: 12px;
                    font-family: Roboto Mono;
                    font-size: 14px;
                    line-height: 19px;
                    letter-spacing: 1.4px;
                    --tw-text-opacity: 1;
                    color: rgba(0, 73, 102, var(--tw-text-opacity));
                }
.wp-block-media-text.cwiq-code{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity));
	padding-left: 150px;
	padding-right: 150px;
	padding-bottom: 65px;
}
.wp-block-media-text.cwiq-code p{
	padding-bottom: 30px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-media-text.cwiq-code p.cwiq-label{
	padding-bottom: 4px;
	font-family: Roboto Mono;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2.7px;
	--tw-text-opacity: 1;
	color: rgba(194, 238, 255, var(--tw-text-opacity));
}
.wp-block-media-text.cwiq-code h2{
	padding-bottom: 10px;
	font-family: Roboto Mono;
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-media-text.cwiq-code .wp-block-button:first-child .wp-block-button__link{
	margin-right: 10.5px;
	border-radius: 10px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 73, 102, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-media-text.cwiq-code .wp-block-button__link{
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-media-text.cwiq-data{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 73, 102, var(--tw-bg-opacity));
	padding-left: 150px;
	padding-right: 150px;
	padding-bottom: 65px;
	padding-top: 63px;
}
.wp-block-media-text.cwiq-data p{
	padding-bottom: 30px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.48px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-media-text.cwiq-data p.cwiq-label{
	padding-bottom: 4px;
	font-family: Roboto Mono;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2.7px;
	--tw-text-opacity: 1;
	color: rgba(194, 238, 255, var(--tw-text-opacity));
}
.wp-block-media-text.cwiq-data h2{
	padding-bottom: 10px;
	font-family: Roboto Mono;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-media-text.cwiq-data .wp-block-button:first-child .wp-block-button__link{
	margin-right: 10.5px;
	border-radius: 10px;
	--tw-border-opacity: 1;
	border-color: rgba(133, 220, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(133, 220, 255, var(--tw-bg-opacity));
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(0, 73, 102, var(--tw-text-opacity));
}
.wp-block-media-text.cwiq-data .wp-block-button__link{
	border-radius: 10px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1.4px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
h2.cwiq-code{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity));
	padding-top: 50px;
	padding-bottom: 10px;
	font-family: Roboto;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2.7px;
	--tw-text-opacity: 1;
	color: rgba(194, 238, 255, var(--tw-text-opacity));
}
h1.cwiq-code{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 163, var(--tw-bg-opacity));
	padding-bottom: 66px;
	font-family: Roboto Mono;
	font-size: 34px;
	line-height: 45px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
h1.cwiq-code strong{
	--tw-text-opacity: 1;
	color: rgba(133, 220, 255, var(--tw-text-opacity));
}
.module .wp-google-list *{
	font-family: Poppins, sans-serif !important;
}
.module .wp-gr.wpac .wp-google-list a.wp-google-name, .module .wp-gr.wpac .wp-google-list a.wp-google-url{
	--tw-text-opacity: 1 !important;
	color: rgba(34, 31, 31, var(--tw-text-opacity)) !important;
}
.module .wp-gr.wpac .wp-google-list .wp-google-rating{
	--tw-text-opacity: 1 !important;
	color: rgba(255, 222, 0, var(--tw-text-opacity)) !important;
}
.module .wp-gr.wpac .wp-google-list .wp-star svg path {
                        fill: #FFDE00 !important;
                    }
                    
.module-careers .blog-listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-careers .blog-listing__item {
    min-height: 419px;
    background: #0075A3 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 25px #7D45FF0F;
    border-radius: 8px;
}

.module-careers .blog-listing .blog-card {
    background: transparent;
    justify-content: space-around;
}

.module-careers .blog-listing .blog-card__content h3 {
    font-family: Roboto Mono;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.module-careers .blog-listing .blog-card__content p {
    text-align: left;
    font-family: Roboto Mono;
	font-size: 15px;
	line-height: 22px;
    letter-spacing: 0px;
    color: #FFFFFF;   
}

.module-careers .blog-listing .blog-card a {
    background: #85DCFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
    font-family: Roboto Mono;
	font-size: 14px;
	line-height: 19px;
	font-weight: medium;
    letter-spacing: 1.4px;
    color: #004966;
    text-transform: lowercase;
    padding: 12px 32px;
    width: 279px;
    margin: 0 auto;
}

.module-careers .blog-listing .blog-card__content {
    flex: 0;
}

h2.careers-heading {
    text-align: center;
    font-family: Roboto Mono;
	font-size: 34px;
	line-height: 45px;
	font-weight: bold;
    letter-spacing: 0px;
    color: #005475;
    margin-top: 80px;
    margin-bottom: 50px;
}
.modal-wrapper.styled .wp-post-modal {
    position: relative;
    margin: 10vh auto;
    padding: 20px;
    border: 1px solid #0075A3 !important;
    width: 70%;
    transition: all 2s ease;
    background: #0075A3 0% 0% no-repeat padding-box !important;
    border-radius: 20px !important;
}
.modal-wrapper.styled .wp-post-modal h2 {
    text-align: left !important;
    font: normal normal bold 34px/42px Roboto Mono !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
}
.modal-wrapper p {
    text-align: left;
    font: normal normal normal 16px/22px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.modal-wrapper p strong, .modal-wrapper.styled .wp-post-modal h3 {
    text-align: left;
    font: normal normal bold 18px/60px Roboto Mono !important;
    letter-spacing: 1.8px !important;
    color: #7BDFFF;
    text-transform: uppercase;
}
.modal-wrapper.styled .wp-post-modal ul li {
    text-align: left;
    font: normal normal normal 16px/22px Roboto !important;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.apply a.wp-block-button__link.wp-element-button {
    text-align: center;
    font-family: Roboto Mono;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.4px;
    color: #004966;
    text-transform: lowercase;
    background: #85DCFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 12px 32px;
    width: 279px;
    margin: 30px 0;
}
.modal-wrapper.styled .wp-post-modal {
    width: 100% !important;
    max-width: 712px !important;
    max-height: 511px !important;
    overflow-y: scroll;
}
.modal-wrapper.styled .wp-post-modal .close-modal {
    color: #fff !important;
}
div#modal-content {
    padding: 30px;
}
.wp-block-columns.contact {
    max-width: 1080px;
    margin: -8% auto 0;
}

.wp-block-cover.about.contact {
    z-index: -1;
}

.contact .module-three-col .module-title {
    text-align: left;
    font-family: Roboto Mono;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
    letter-spacing: 1.8px;
    color: #49D49D;
    text-transform: uppercase;
}

.contact .module-three-col .columns img {
    width: 100%;
    height: auto;
}

.contact .module-three-col .columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.contact .module-three-col .columns h4 {
    text-align: left;
    font-family: Roboto Mono;
	font-size: 16px;
	line-height: 20px;
	font-weight: medium;
    letter-spacing: 0.48px;
    color: #0075A3;
    text-transform: uppercase;
}

.contact .module-three-col .columns p {
    text-align: left;
    font-family: Roboto;
	font-size: 14px;
	line-height: 20px;
    letter-spacing: 0.42px;
    color: #373737;
}

.contact .module.module-three-col.offices {
    background: transparent;
    padding-top: 0;
}

.contact-phone.module-two-col-list .two-col-list__item:last-child:before, .contact-phone.module-two-col-list .two-col-list__item:last-child:after, .contact-mail.module-two-col-list .two-col-list__item:last-child:before, .contact-mail.module-two-col-list .two-col-list__item:last-child:after {
    background: transparent;
}

.contact-phone.module-two-col-list .two-col-list__item, .contact-mail.module-two-col-list .two-col-list__item {
    padding: 0;
    margin: 0;
}

.contact-phone.module-two-col-list .two-col-list__item h3, .contact-mail.module-two-col-list .two-col-list__item h3 {
    margin-bottom: 10px;
    text-align: left;
    font-family: Roboto Mono;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
    font: normal normal bold 18px/24px Roboto Mono;
    letter-spacing: 1.8px;
    color: #49D49D;
    text-transform: uppercase;
}

.contact-phone.module-two-col-list .two-col-list__item h3 span img, .contact-mail.module-two-col-list .two-col-list__item h3 span img {
    max-height: 14px;
}

.contact-phone.module-two-col-list .two-col-list__item h3 span.img, .contact-mail.module-two-col-list .two-col-list__item h3 span.img {
    width: 14px;
}

.contact-phone.module-two-col-list .wrapper, .contact-mail.module-two-col-list .wrapper, .offices .wrapper {
    padding-left: 0;
    padding-right: 0;
}

.contact p.contact-parag {
    text-align: left;
    font-family: Roboto;
	font-size: 16px;
	line-height: 20px;
    letter-spacing: 0.48px;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 32px;
}

h2.wp-block-heading.contact-form-heading {
    text-align: left;
    font-family: Roboto Mono;
	font-size: 34px;
	line-height: 42px;
	font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #004966 0% 0% no-repeat padding-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 30px 31px 10px;
}

p.contact-form-content {
    text-align: left;
    font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    background: #004966 0% 0% no-repeat padding-box;
    padding: 0 31px;
}

.contact input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 14px;
}

.contact input[name="FirstName"], .contact input[name="LastName"], .contact input[name="your-email"], .contact input[name="PhoneNumber"] {
    width: 100%;
}
.contact span[data-name="FirstName"], .contact span[data-name="your-email"] {
    margin-right: 12px;
}

.contact-fullname {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact form textarea.wpcf7-form-control.wpcf7-textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

span.wpcf7-form-control-wrap[data-name="services"] {
    text-align: left;
    font-family: Roboto Mono;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.7px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

span.wpcf7-form-control-wrap[data-name="services"] span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
}

.faq-page picture, .faq-page .module-faq-list.faq-all-cwiq .module-title , .faq-page .module-faq-list.faq-all-cwiq .module-title{
    display: none;
}

.faq-page .faq {
    background: #CACACA80 0% 0% no-repeat padding-box;
    border-radius: 20px;
    width: 500px;
    padding: 30px;
}

.faq-page .module-faq-list .faq-v2 .faq--question {
    text-align: left;
    font: normal normal medium 14px/22px Roboto Mono;
    letter-spacing: 0px;
    color: #004966;
    border: 0;
}

.faq-page .module-faq-list .faq-v2 .faq--question:after {
    color: #004966;
}

.faq-page .module-faq-list .faq-v2 .faq--answer p {
    text-align: left;
    font: normal normal normal 14px/20px Roboto;
    letter-spacing: 0.42px;
    color: #373737;
    border: 0;
}

.faq-page .faq--answer {
    border: 0;
}

h2.wp-block-heading.faq-page-heading {
    text-align: left;
    font: normal normal bold 28px/42px Roboto Mono;
    letter-spacing: 0px;
    color: #004966;
    max-width: 1080px;
    margin: 80px auto 0;
}

.faq-page .module.module-faq.module-faq-list.option2.faq-all-cwiq {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.faq-page {
    max-width: 1080px;
    margin: 0 auto;
}

.faq-page .module-faq .wrapper {
    padding: 0;
}

.faq-page .module-faq-list .faq-v2 .faq--image, .faq-page .module-faq-list .faq-v2 .faq--content {
    min-height: 0;
}

.faq-page .module-faq-list a.link {
    display: none!important;
}

.faq-page:last-child {
    margin-bottom: 100px;
}

.wp-block-cover.about.faq-banner .wp-block-cover__inner-container h2.wp-block-heading {
    text-align: center!important;
    font: normal normal bold 34px/42px Roboto Mono!important;
    letter-spacing: 0px;
    color: #FFFFFF!important;
}

.wp-block-cover.about.faq-banner .wp-block-cover__inner-container p {
    text-align: center!important;
    font: normal normal normal 16px/24px Roboto!important;
    letter-spacing: 0.48px!important;
    color: #FFFFFF!important;
}

.single-post .single-post__header .header--text h1 {
    text-align: left;
    font: normal normal bold 24px/32px Roboto Mono;
    letter-spacing: 0.72px;
    color: #004966 !important;
    text-transform: capitalize;
}

.single-post__wrapper .blog-card__thumb {
    max-height: 250px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.single-post__wrapper .module-blogs {
    padding-top: 0;
}

.single-post__wrapper .wrapper {
    padding: 0;
}

input#is-search-input-996 {
    background: #85DCFF33 0% 0% no-repeat padding-box;
    border: 1px solid #00A8E8 !important;
    outline: 0;
    box-shadow: none;
    border-right: 0 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
    font: italic normal normal 14px/16px Roboto !important;
    letter-spacing: 0.35px;
    color: #004966 !important;
    height: 50px;
}

.is-form-style button.is-search-submit {
    height: 50px;
}

span.is-search-icon {
    border-left: 0 !important;
    background: #85DCFF33 0% 0% no-repeat padding-box;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50px;
    line-height: 38px;
    border-top: 1px solid #00A8E8 !important;
    border-right: 1px solid #00A8E8 !important;
    border-bottom: 1px solid #00A8E8 !important;
}

.wp-block-columns.blogs {
    margin-top: 35px;
}

.entry-meta {
    text-align: left;
    font-family: Roboto Mono !important;
    font-weight: medium;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.36px;
    color: #00A8E8 !important;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
}
.entry-meta span {
    display: flex;
    flex-direction: row;
}

.entry-meta ul.post-categories {
    padding-right: 10px;
}

.entry-meta span.posted-on {
    padding-left: 10px;
}

.module-blogs .blog-listing .blog-card__content .entry-meta a {
    color: #00A8E8 !important;
    text-transform: capitalize !important;
    font-family: Roboto Mono !important;
    font-weight: medium;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.36px;
}

.module-blogs .wrapper {
    padding: 0;
}

.is-form-style .is-search-submit path {
    fill: #004966 !important;
}

.comments-area h3#reply-title {
    font-family: Roboto Mono;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.6px;
    color: #004966;
    text-transform: capitalize;
    border-top: 1px solid #004966;
    padding-top: 24px;
}

.comments-area p.logged-in-as, .comments-area label {
    display: none;
}

.comments-area textarea#comment {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #004966;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}

.comments-area input#submit {
    background: #00A8E8 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    padding: 12px;
    font-family: 'Roboto Mono';
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-top: 10px;
}

.header-menu__left .navigation-header ul.sub-menu {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    width: 280px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

.header-menu__left .navigation-header ul li {
    margin: 0;
}

.header-menu__left .navigation-header ul.sub-menu li:first-child a {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Roboto Mono';
    letter-spacing: 0px;
    color: #004966 !important;
}

.header-menu__left .navigation-header ul.sub-menu li a {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Roboto Mono';
    letter-spacing: 0px;
    color: #0075A3 !important;
    display: flex;
}

.header-menu__left .navigation-header ul.sub-menu li a svg {
    margin-right: 15px;
}

span.menu-image-hover-wrapper {
    padding-left: 0!important;
}

img.menu-image.menu-image-title-before {
    padding-left: 0;
}
.menu-image-title-before.menu-image-title {
    padding-right: 0 !important;
}
.menu-image-title-before.menu-image-title svg {
    display: none;
}

.stickyheader .menu-item img.menu-image.menu-image-title-before {
    display: none;
}

.stickyheader .menu-image-title-before.menu-image-title svg {
    display: inline;
}
/*.home .module-benefits .bg {*/
/*    opacity: 0.2;*/
/*}*/
.postid-659 div#caf-post-layout-container {
    background: #f2f2f2 !important;
}
.benefits-home .wp-block-column:first-child {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.benefits-home .wp-block-column:last-child {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.benefits-home h1.wp-block-heading.has-text-align-center {
    text-align: center;
    font: normal normal bold 34px/45px Roboto Mono;
    letter-spacing: 0px;
    color: #004966;
}
.benefits-home h1.wp-block-heading.has-text-align-center strong {
    color: #0075A3;
}
.benefits-home .wp-block-cover__inner-container {
    max-width: 1080px;
    margin: 0 auto;
}
.benefits-home .wp-block-column:last-child img{
    text-align: right;
    float: right;
}
.benefits-home .wp-block-column:first-child img{
    text-align: left;
    float: left;
}
.benefits-home h2.wp-block-heading.has-text-align-center {
    text-align: center;
    font: normal normal bold 18px/24px Roboto Mono;
    letter-spacing: 1.8px;
    color: #0075A3;
    text-transform: uppercase;
}
.benefits-home {
    padding: 50px 0 100px;
}
.benefits-home .wp-block-columns {
    padding-top: 55px;
}

/*REVISIONS*/
body .testimonials-home {
    display: none;
}
.module-text-with-image.mission.vision img.absolute {
    -o-object-position: 0 69%;
    object-position: 0 69%;
}
body .testimonials-home.testimonials-about {
    display: flex;
}
.career .benefits.size-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px 300px;
}
.career .benefits--wrapper.size-two {
    justify-content: space-between;
    width: 100%;
}
.career .benefits.size-two .benefits--item {
    width: 450px;
    max-width: 450px;
}
.module-benefits.career .benefits--content h4 img {
    width: 50px;
}
.cwiq-code.mission img.bg.absolute {
    object-position: bottom;
    z-index: 1;
}
.module-text-with-image.cwiq-code.mission .text-simple {
    position: relative;
    z-index: 9;
}