/*
! tailwindcss v3.0.16 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/*
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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.5%;
  padding-left: 8.5%;
}

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-\[45px\] {
  margin-bottom: 45px;
}

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

.mr-\[4px\] {
  margin-right: 4px;
}

.ml-\[7px\] {
  margin-left: 7px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

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

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-\[6px\] {
  margin-right: 6px;
}

.mr-\[13px\] {
  margin-right: 13px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.w-full {
  width: 100%;
}

.w-4 {
  width: 1rem;
}

.w-0 {
  width: 0px;
}

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

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

.justify-between {
  justify-content: space-between;
}

.justify-items-end {
  justify-items: end;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-5 {
  gap: 1.25rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#173E34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 62 52 / var(--tw-bg-opacity));
}

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

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

.pb-11 {
  padding-bottom: 2.75rem;
}

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 540px) {
  .sm\:w-auto {
    width: auto;
  }
}

@media (min-width: 720px) {
  .md\:mt-\[14px\] {
    margin-top: 14px;
  }

  .md\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:pt-\[125px\] {
    padding-top: 125px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .md\:pt-\[70px\] {
    padding-top: 70px;
  }

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

  .md\:pt-\[64px\] {
    padding-top: 64px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pt-\[17px\] {
    padding-top: 17px;
  }

  .md\:pt-\[188px\] {
    padding-top: 188px;
  }

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

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

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

@media (min-width: 960px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:gap-\[48px\] {
    gap: 48px;
  }

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

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

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

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

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

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

@media (min-width: 1200px) {
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:2px 12px;height:44px;max-width:200px}.slicknav-logo-text{display:inline-block;font-size:20px;padding:.438em .625em;margin:0;line-height:1;float:left}#slicknav-searchform input[type=text]{width:100%;line-height:1;padding:12px 16px;border:none;font-size:1.3em;font-weight:300;border-radius:0;height:45px}#slicknav-searchform input[type=submit]{font-family:dashicons;font-size:1.5em;position:absolute;top:0;right:0;line-height:1;padding:12px 16px;border:none;font-weight:300;border-radius:0;height:45px}#slicknav-searchform{position:relative;padding-bottom:10px;margin-top:10px}.admin-bar>.slicknav_menu{top:46px}@media screen and (min-width:783px){.admin-bar>.slicknav_menu{top:32px}}

/*!
Theme Name: Connected Conservation 2024
Author: Tenacity Works
Author URI: https://www.tenacityworks.com/
Description: A basic WordPress Theme that utilizes the Tailwind Framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tailwindcss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TailwindCSS for WordPress is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 html{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body{font-family:'Inter',sans-serif,'Arial','Helvetica Neue','Helvetica';background:rgba(48,62,146,.08);color:#41413D;font-size:20px;font-weight:400;line-height:140%;letter-spacing:-.22px}h1{font-family:'Inter',sans-serif,'Arial','Helvetica Neue','Helvetica';font-size:80px;font-weight:300;line-height:100%;letter-spacing:-2.56px;color:#FFF}h2{font-size:38px;color:#007A40;font-weight:500;line-height:36px;letter-spacing:-1.102px;margin-bottom:30px}h3{color:#007A40;font-size:38px;font-weight:500;line-height:36px;letter-spacing:-1.102px;margin-bottom:30px}h4{color:#303E92;font-size:22px;font-weight:400;line-height:140%;letter-spacing:-.242px;margin-bottom:10px}h5{color:#303E92;font-size:14px;font-weight:500;line-height:140%;letter-spacing:-.154px;margin-bottom:7px}h1 a,h2 a,h3 a,h4 a{text-decoration:none;color:unset}p{margin-bottom:20px}ul,ol{margin-bottom:30px;padding-left:23px}ul li{margin-bottom:0;list-style:disc}ol li{list-style:decimal}hr{border-top:1px solid #E0E2EA;padding-top:41px;margin-top:41px}i{transition:transform .3s}i:hover{transform:scale(1.3)}strong,b{font-weight:600}blockquote{border-left:1px solid #007A40;padding-left:30px;position:relative;margin-bottom:30px;width:80%}blockquote p{font-size:20px;font-weight:400;line-height:32px;letter-spacing:-.4px;color:#41413D}blockquote span{display:block;font-size:18px;line-height:28px;color:#41413D}a{color:#007A40;transition:.5s;text-decoration:none;cursor:pointer}a:hover,a:focus,a:active{text-decoration:underline}a:hover,a:active{outline:0}.button{border-radius:8px;border:1px solid #007A40;background:transparent;text-decoration:none;margin-bottom:20px;color:#ffffff!important;font-size:20px;font-weight:400;line-height:140%;letter-spacing:-.22px;padding:8px 15px 10px;transition:.5s;cursor:pointer}.button:hover{text-decoration:none;background:linear-gradient(20deg,#2C9921 8.63%,#3DA421 32.72%,#6AC221 79.93%,#70C621 87.93%,#84D422 104.99%)}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}#client-content{display:none}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.embedtool{position:relative;height:0;padding-top:56%;overflow:hidden;max-width:100%}.embedtool iframe,.embedtool object,.embedtool embed{position:absolute;top:0;left:0;width:100%;height:100%}.embedtool .fluid-vids{position:initial!important}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.comment-content a{word-wrap:break-word}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-block-image img{margin-bottom:30px}.wp-caption-text{text-align:center}body button,body [type='button'],body [type='reset'],body [type='submit']{-webkit-appearance:unset}header{width:100%;transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;z-index:9999;top:0;position:fixed}#logo{height:108px;transition:height 0.5s ease}.shrink{height:56px!important}.main-navigation ul{margin-bottom:0}.main-navigation ul ul{background-color:#fff;box-shadow:0 3px 3px rgba(0,0,0,.2);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.main-navigation ul ul ul{background-color:#fff;left:-999em;top:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:100%}.main-navigation ul ul a{padding:.5em 1em;width:200px}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}.main-navigation li{float:left;position:relative;text-align:left;list-style:none;font-size:16px;font-weight:400;line-height:110%;letter-spacing:-.176px}.main-navigation li.current_page_item a{color:#007a40}.main-navigation li a:before{content:"\00B7";margin-right:10px;margin-left:6px;font-size:50px;position:relative;top:12px;left:2px;color:#41413d;line-height:0}.main-navigation li:first-child a:before{content:" "}.main-navigation li:last-child a:before{content:" ";margin:0}#menu-item-176{border-radius:8px;border:1px solid #41413D;padding:9px 15px 8px 15px;margin-left:16px}#menu-item-176:hover{background:#173E34}#menu-item-176:hover a{color:#FFF}.main-navigation li#menu-item-176 a:before{content:none}.main-navigation li:last-child{margin-left:15px;margin-bottom:0}.main-navigation .socials a{display:inline-block;margin-right:6px}.main-navigation .socials{margin-top:10px}.main-navigation .socials svg{width:26px}.main-navigation a{display:block;text-decoration:none;color:#41413D}.main-navigation a:hover{color:#007a40}.button:hover a{text-decoration:none;color:#FFF}.ud-header{top:0;z-index:100;background:rgba(255,255,255,.9);backdrop-filter:blur(2px)}.container{max-width:100%}.home #hero{height:750px}#hero{width:100%;height:400px;background-size:cover!important;background-position:center!important;flex-direction:column;align-items:flex-start;display:flex;background-blend-mode:hard-light}.hero-icon{background:url(https://www.connectedconservation.com/wp-content/themes/connected-conservation/images/bg-hero-icon.png);background-repeat:no-repeat;height:400px;position:absolute;width:100%;background-size:50%!important;background-position:0 -80px}.foot-icon{background:url(https://www.connectedconservation.com/wp-content/themes/connected-conservation/images/bg-hero-icon.png);background-repeat:no-repeat;height:220px;position:absolute;width:100%;background-size:50%!important;background-position:0 -80px}.home .hero-icon{height:750px;background-position:0 bottom}.home .hero-text{max-width:690px}.home .hero-text h1{margin-bottom:20px}.hero-text{padding-top:240px}.hero-text h1{margin-bottom:0}.hero-text p{color:#fff;margin-bottom:40px}.hero-text a{font-size:18px;font-weight:500;line-height:110%;letter-spacing:-.198px;text-transform:uppercase;color:#FFF}.key-module img{border-radius:10px;margin-bottom:18px;object-fit:cover;height:266px;width:100%}.key-module p{text-align:center;color:#007A40;margin-bottom:0}#participate h3{font-size:22px;font-weight:600;line-height:140%;letter-spacing:-.242px;margin-bottom:10px;text-align:center}#participate h2,#participate h3{color:#303e92}#participate p{color:#41413D}.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:auto;margin:24px 0 0;position:relative}.swiper-pagination-bullet{width:16px;height:16px;background:rgba(48,62,146,1);opacity:.4}.swiper-pagination-bullet-active{opacity:1}#resources h2,#inside-content h2{color:#303e92}#resources a{color:#303e92}.resource-module{border-radius:10px;border-right:1px #e0e2ea;border-bottom:1px #e0e2ea;border-left:1px #e0e2ea;background:#fff;height:auto!important}.resource-module img{border-radius:10px 10px 0 0;margin:0}.resource-content{padding:13px 20px 17px}.resource-content p{font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.154px}.report-type{padding:5px 8px 6px;border-radius:26px;background:#303E92;color:#EAECF4;text-align:center;font-size:11px;font-weight:500;line-height:89%;letter-spacing:-.121px;text-transform:uppercase;display:flex;align-items:center;margin-right:6px}.report-date{padding:5px 8px 6px;border-radius:26px;border:1px #303E92 solid;color:#303E92;text-align:center;font-size:11px;font-weight:500;line-height:89%;letter-spacing:-.121px;text-transform:uppercase;align-items:center;display:flex}#partners{border-top:1px #E5E7F0 solid;background:#FFF}#partners .logo{border-radius:10px;border:1px #E0E2EA solid;width:180px;height:120px}#partners .logo img{width:100%;max-height:80px;max-width:155px}.partner-logo{border-radius:10px;border:1px solid #E0E2EA;background:#FFF;display:flex;align-items:center;height:120px}.partner-logo img{width:85%;margin:0 auto}#partner-holder h2{color:#303E92}.part-desc h4{margin-bottom:0}.part-desc p{font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.176px;margin-bottom:8px}.part-desc .link{font-size:13px;font-weight:500;line-height:110%;letter-spacing:-.143px;text-transform:uppercase;color:#303E92}#intro p,#intro h2{color:#FFF}.extra{overflow:hidden}.extra img{border-radius:10px}.team-module img{border-radius:10px;margin-bottom:18px}#team .team-module img{cursor:pointer}.team-module p{color:#007A40;text-align:center;font-weight:400;line-height:140%;letter-spacing:-.22px;margin-bottom:0}.team-content h2{margin-bottom:11px}.team-content h4{color:#41413D;font-size:20px;font-weight:400;line-height:140%;letter-spacing:-.22px;margin-bottom:20px}.team-content p{font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.176px}.modal{position:fixed;top:0;left:0;bottom:0;right:0;display:none;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.7);z-index:9999}.modal-window{position:relative;background-color:#FFF;width:50%;margin:10% auto;padding:60px 30px;border-radius:10px;box-shadow:6px 6px 34px 0 rgba(0,0,0,.25)}.modal-window.small{width:75%;max-width:805px}.close{position:absolute;top:25px;right:18px;color:#007a40;font-size:35px;line-height:0;text-align:center}.close:hover,.close:focus{color:#000;cursor:pointer}.open{display:block}.leftImages .swiper-slide img,.rightImages .swiper-slide img{width:100%!important;height:100%!important;object-fit:cover;height:456px!important}.privacy-policy h1{color:#007A40;font-size:38px;font-style:normal;font-weight:300;line-height:36px;letter-spacing:-1.102px;margin-bottom:20px}.privacy-policy h2{color:#007A40;font-size:20px;font-weight:400;line-height:140%;letter-spacing:-.22px;margin-bottom:20px}.privacy-policy{font-size:16px;line-height:140%}.dQSAoS{max-width:100%;display:grid;grid-template-columns:minmax(0,1fr);background:#f0f1f7;margin-bottom:-37px;position:relative;z-index:999999999!important}.tb_hc_arrow{display:none!important}.tb_hc_post_container{margin-top:-40px}.tb_wall_header__{display:none!important}body .tb_mc_image_wrap_ img,.tb_hc_image_wrap_ img{object-position:center;object-fit:cover;height:300px!important}body .tb_mc_image_wrap_,body .tb_hc_image_wrap_{padding-bottom:0!important;overflow:hidden;height:300px!important}#myBtnContainer{border-radius:10px;border:1px solid #E0E2EA;background:#FFF}.radio-con{display:block;position:relative;padding-left:28px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#41413D;font-size:16px;font-weight:500;line-height:20px;letter-spacing:-.176px}.radio-con input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:50%;background-color:#FFF;border:1px solid #E0E2EA}.radio-con:hover input~.checkmark{background-color:rgba(48,62,146,1)}.radio-con input:checked~.checkmark{background-color:rgba(48,62,146,1)}.checkmark:after{content:"";position:absolute;display:none}.radio-con input:checked~.checkmark:after{display:block}.radio-con .checkmark:after{top:5px;left:5px;width:8px;height:8px;border-radius:50%;background:#fff}.butt-center{display:table;margin:0 auto}.button.whatsapp{color:#007A40!important;text-decoration:none}.button.whatsapp:hover{color:#FFF!important;background:#007A40}.whatsapp svg{margin-right:7px;padding-top:1px}.whatsapp:hover svg path{fill:#fff}#foot-banner{width:100%;height:220px;background-size:cover!important;background-repeat:no-repeat!important;background-position:center!important;background-blend-mode:hard-light}.page-template-page_contact #foot-banner{display:none}.foot-text{max-width:560px}#foot-banner h2{color:#FFF;margin-bottom:12px}#foot-banner p{color:#FFF}#foot-banner .button{border-radius:8px;border:1px solid #fff;padding:8px 15px 10px 15px;background:none;font-size:20px;color:#FFF;font-weight:400;line-height:140%;letter-spacing:-.22px;margin-bottom:0}#foot-banner .button:hover{text-decoration:none;background:#173E34;color:#FFF;border-color:#173E34}.sidebar{border-radius:0 0 70px 0;border:1px solid #EBEBE4}.sidebar h2{margin-bottom:20px}.sidebar p{margin-bottom:10px;color:#636B75;font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.176px}.email-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODc1IDEuNjU2MjVDMS42MTEzMyAxLjY1NjI1IDEuNDA2MjUgMS44OTA2MiAxLjQwNjI1IDIuMTI1VjIuNzk4ODNMNi40NDUzMSA2LjkyOTY5QzcuMDYwNTUgNy40Mjc3MyA3LjkxMDE2IDcuNDI3NzMgOC41MjUzOSA2LjkyOTY5TDEzLjU5MzggMi43OTg4M1YyLjEyNUMxMy41OTM4IDEuODkwNjIgMTMuMzU5NCAxLjY1NjI1IDEzLjEyNSAxLjY1NjI1SDEuODc1Wk0xLjQwNjI1IDQuNjE1MjNWOS42MjVDMS40MDYyNSA5Ljg4ODY3IDEuNjExMzMgMTAuMDkzOCAxLjg3NSAxMC4wOTM4SDEzLjEyNUMxMy4zNTk0IDEwLjA5MzggMTMuNTkzOCA5Ljg4ODY3IDEzLjU5MzggOS42MjVWNC42MTUyM0w5LjQzMzU5IDguMDEzNjdDOC4yOTEwMiA4Ljk1MTE3IDYuNjc5NjkgOC45NTExNyA1LjU2NjQxIDguMDEzNjdMMS40MDYyNSA0LjYxNTIzWk0wIDIuMTI1QzAgMS4wOTk2MSAwLjgyMDMxMiAwLjI1IDEuODc1IDAuMjVIMTMuMTI1QzE0LjE1MDQgMC4yNSAxNSAxLjA5OTYxIDE1IDIuMTI1VjkuNjI1QzE1IDEwLjY3OTcgMTQuMTUwNCAxMS41IDEzLjEyNSAxMS41SDEuODc1QzAuODIwMzEyIDExLjUgMCAxMC42Nzk3IDAgOS42MjVWMi4xMjVaIiBmaWxsPSIjMDA3QTQwIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:15px!important;background-position:0 7px;padding-left:23px;font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.176px;margin-bottom:9px;display:block}.address-icon,p .address-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODQzNzUgNi41QzkuODQzNzUgNC4xODU1NSA3LjkzOTQ1IDIuMjgxMjUgNS42MjUgMi4yODEyNUMzLjI4MTI1IDIuMjgxMjUgMS40MDYyNSA0LjE4NTU1IDEuNDA2MjUgNi41QzEuNDA2MjUgNi44ODA4NiAxLjUyMzQ0IDcuNDM3NSAxLjg0NTcgOC4xOTkyMkMyLjEzODY3IDguOTAyMzQgMi41NzgxMiA5LjcyMjY2IDMuMDc2MTcgMTAuNTQzQzMuOTI1NzggMTEuODkwNiA0Ljg5MjU4IDEzLjE3OTcgNS42MjUgMTQuMTE3MkM2LjMyODEyIDEzLjE3OTcgNy4yOTQ5MiAxMS44OTA2IDguMTQ0NTMgMTAuNTQzQzguNjQyNTggOS43MjI2NiA5LjA4MjAzIDguOTAyMzQgOS4zNzUgOC4xOTkyMkM5LjY5NzI3IDcuNDM3NSA5Ljg0Mzc1IDYuODgwODYgOS44NDM3NSA2LjVaTTExLjI1IDYuNUMxMS4yNSA5LjA3ODEyIDcuODIyMjcgMTMuNjE5MSA2LjI5ODgzIDE1LjUyMzRDNS45NDcyNyAxNS45NjI5IDUuMjczNDQgMTUuOTYyOSA0LjkyMTg4IDE1LjUyMzRDMy40Mjc3MyAxMy42MTkxIDAgOS4wNzgxMiAwIDYuNUMwIDMuMzk0NTMgMi41MTk1MyAwLjg3NSA1LjYyNSAwLjg3NUM4LjczMDQ3IDAuODc1IDExLjI1IDMuMzk0NTMgMTEuMjUgNi41Wk02LjU2MjUgNi41QzYuNTYyNSA2LjAwMTk1IDYuMTIzMDUgNS41NjI1IDUuNjI1IDUuNTYyNUM1LjA5NzY2IDUuNTYyNSA0LjY4NzUgNi4wMDE5NSA0LjY4NzUgNi41QzQuNjg3NSA3LjAyNzM0IDUuMDk3NjYgNy40Mzc1IDUuNjI1IDcuNDM3NUM2LjEyMzA1IDcuNDM3NSA2LjU2MjUgNy4wMjczNCA2LjU2MjUgNi41Wk0zLjI4MTI1IDYuNUMzLjI4MTI1IDUuNjc5NjkgMy43MjA3IDQuOTE3OTcgNC40NTMxMiA0LjQ3ODUyQzUuMTU2MjUgNC4wNjgzNiA2LjA2NDQ1IDQuMDY4MzYgNi43OTY4OCA0LjQ3ODUyQzcuNSA0LjkxNzk3IDcuOTY4NzUgNS42Nzk2OSA3Ljk2ODc1IDYuNUM3Ljk2ODc1IDcuMzQ5NjEgNy41IDguMTExMzMgNi43OTY4OCA4LjU1MDc4QzYuMDY0NDUgOC45NjA5NCA1LjE1NjI1IDguOTYwOTQgNC40NTMxMiA4LjU1MDc4QzMuNzIwNyA4LjExMTMzIDMuMjgxMjUgNy4zNDk2MSAzLjI4MTI1IDYuNVoiIGZpbGw9IiMwMDdBNDAiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-size:15px!important;background-position:0 4px;padding-left:23px;font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.176px;margin-bottom:9px;display:block}.icon-address a,p .icon-address a{padding-left:24px;display:inline-block}body .gform_wrapper .contact select{background-color:#fff;padding:11px 13px;color:#9FA3A5;box-shadow:none;border-radius:5px;border:1px solid #DEDEDE;font-size:15px;font-weight:400;line-height:150%;letter-spacing:-.3px;height:45px;box-shadow:none}input:focus::placeholder,textarea:focus::placeholder{color:transparent!important}body .ginput_container_select{position:relative!important}body .gform_wrapper .contact input{background:#fff;padding:11px 13px;color:#9FA3A5;box-shadow:none;border-radius:5px;border:1px solid #DEDEDE;font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.176px;height:50px}body .gform_wrapper .contact textarea{background:#fff;padding:11px 13px;color:#9FA3A5;box-shadow:none;border-radius:5px;border:1px solid #E0E2EA;font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.176px;height:92px}.gform_description{margin:0}body .gform_wrapper ::-ms-input-placeholder{color:#9FA3A5}body .gform_wrapper ::placeholder{color:#9FA3A5}body .gform_wrapper .contact label{color:#585858;font-size:26px;font-weight:400;line-height:38px;letter-spacing:-.52px;margin-bottom:18px}#input_1_7_chosen a{height:45px;border-radius:5px;line-height:43px}body .gform_wrapper .contact .gfield_description{font-size:17px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:-.34px;color:#585858}body .gform_validation_errors{display:none!important}body .gform_wrapper .contact .gfield_validation_message{color:#BF1B1B!important;font-size:14px;font-weight:500;line-height:27px;letter-spacing:-.34px;position:relative;font-weight:400}body #gform_wrapper_3.gform_wrapper .contact .gfield_validation_message{bottom:0}.gfmc-container .ginput_container{margin-bottom:40px}body .gform_wrapper .contact .gfield_error input{color:#BBBBBB!important;font-weight:400!important}body .gform_confirmation_message h2{margin-bottom:10px}.gfield_error ::-webkit-input-placeholder{color:#BF1B1B}.gfield_error ::-moz-placeholder{color:#BF1B1B}.gfield_error :-ms-input-placeholder{color:#BF1B1B}.gfield_error :-moz-placeholder{color:#BF1B1B}.gform_footer.top_label{margin-bottom:30px}body #contact input.gform_button{color:#007A40!important;text-align:center;font-size:20px;font-weight:400;line-height:140%;letter-spacing:-.22px;padding:8px 15px 10px;transition:.5s;display:block;background:transparent;border-radius:8px;border:1px solid #007A40;height:56px}#gform_ajax_spinner_1,#gform_ajax_spinner_2,#gform_ajax_spinner_3,#gform_ajax_spinner_4,#gform_ajax_spinner_5{display:none}body #contact input.gform_button:hover{border:1px solid #007A40;background-color:#007A40;color:#FFF!important}body .gform-theme--foundation .gform_fields{grid-row-gap:14px;row-gap:14px}body .gform-theme--foundation .gfield textarea.large{min-block-size:102px}.chosen-search-input{display:none!important}#gform_confirmation_message_1{color:#636B75;font-size:20px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.22px}#gform_wrapper_1 .chosen-single{border-radius:5px;border:1px solid #DEDEDE!important;font-size:16px;font-weight:400;line-height:48px;letter-spacing:-.176px;padding:0 13px!important;color:#9FA3A5!important;box-shadow:none!important;height:50px!important}#gform_wrapper_1 .chosen-results li{font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.176px;color:#9FA3A5!important}body .chosen-search{padding:0!important}body .chosen-results{padding-top:0!important}body .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected{box-shadow:none;background:none}body .chosen-drop{border-radius:5px!important;background:#FFF!important;padding:0 13px!important}footer{background:#1D1D1B}footer ul{margin-bottom:0}footer ul li{font-size:16px;font-weight:400;line-height:110%;letter-spacing:-.176px;color:#EEF0F6}footer ul li:after{content:"\00B7";margin-right:10px;margin-left:10px;font-size:50px;position:relative;top:12px;left:2px}footer ul li:last-child::after{content:none}footer .foot-meta p{font-size:12px;font-weight:400;line-height:150%;letter-spacing:-.24px;margin-bottom:0;color:#F2F2EB}.socials a{display:inline-block;margin-right:10px}.socials a:last-child{margin:0}footer ul{padding-left:0}footer a{text-decoration:none;color:#EEF0F6}.foot-meta{border-top:1px #000 solid;background:#111;padding:7px 0 9px}.foot-meta ul{margin-bottom:0}.foot-content{color:#7F7F7F;font-size:12px;font-weight:400;line-height:140%;letter-spacing:-.132px;text-transform:uppercase}footer .foot-content a{color:#7F7F7F}footer svg,footer svg circle,footer svg path{transition:.5s}footer svg:hover circle{fill:#173E34}footer svg:hover path{fill:#fff}.grecaptcha-badge{display:none!important}@media screen and (max-width:768px){.container{padding-left:20px;padding-right:20px}body{font-size:16px;line-height:150%;letter-spacing:-.176px}h1{font-size:38px;line-height:36px;letter-spacing:-1.102px;margin-bottom:7px}h2{font-size:24px;line-height:120%;letter-spacing:-.696px;margin-bottom:14px}body a.slicknav_open{background-color:transparent}.hero-text{padding-top:112px}.home #hero{height:440px}#hero,.hero-icon{height:204px}.home .hero-icon{height:440px}.hero-icon{background-size:100%!important}.key-module img{margin-bottom:8px}.button.whatsapp{font-size:16px}#partners .logo{width:auto}.partner-logo{max-width:180px;margin:0 auto 20px}.part-desc h4,.part-desc p,.part-desc a{text-align:center}.modal-window.small{width:90%;padding-bottom:20px}.team-img{margin-bottom:20px}.radio-con{margin-bottom:10px}.extra h3{text-align:center}.foot-icon{background-size:100%}footer .socials{gap:10px}.socials.justify-end{justify-content:start}.socials a{margin-right:0}}@media screen and (max-width:1274px){html{padding:0!important}body .slicknav_menu{padding:0}.slicknav_brand img{margin-top:11px;max-height:38px;width:auto}body .slicknav-flex{height:64px}.slicknav_menu .slicknav_icon{display:none}body .slicknav_nav{height:100vh;overflow-y:scroll;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:contain;background:#173E34}body .slicknav_nav .social-icon{display:inline}.slicknav_nav::-webkit-scrollbar{display:none}body .slicknav_menu{z-index:9999}body .slicknav_btn{padding:10px 15px 8px;border-radius:8px;border:1px solid #41413d;background:0 0;height:38px;margin-top:11px;margin-right:20px}body .slicknav_brand{padding:2px 0;margin-left:20px}body .slicknav_menu .slicknav_menutxt{color:#41413D;text-align:center;font-size:16px;font-weight:400;line-height:110%;letter-spacing:-.176px;text-transform:none}body .slicknav_nav ul{margin:30px 0 0 10px}body .slicknav_nav li{margin-bottom:30px}body .slicknav_nav ul li.page-item-173 a{border:1px solid #fff;border-radius:8px;padding:8px 15px 10px!important}body .slicknav_nav ul li.page-item-173 a:hover{text-decoration:none}body .slicknav_nav li.button,body .slicknav_nav li.button:hover{border:none;padding:0;background:transparent}body .slicknav_nav li.button:after{content:none}body .slicknav_nav li a{color:#FFFFFF!important;padding:0;display:inline-block;font-size:24px;font-weight:400;line-height:120%;letter-spacing:-.696px}body .slicknav_nav li a:hover{background:none;text-decoration:underline}#header{display:none}}@media screen and (max-width:1245px){body .mobmenu-right-panel{background-color:#F2F2EB;width:100%}footer #primary-menu{display:block!important}footer #primary-menu li{float:none;margin-bottom:10px;font-size:15px;line-height:120%;letter-spacing:1.5px;margin-bottom:20px}footer #primary-menu li a::before{content:none}.foot-meta ul.social{margin-top:8px;display:flex}footer .social li{margin-right:8px;margin-left:0}.foot-meta ul{display:block}.foot-meta{overflow:hidden;display:block}.foot-meta .kurima-rights{float:none;display:block;margin-bottom:6px;margin-right:6px}.foot-meta .kurima-rights,.foot-meta .kurima-legal{float:left;clear:none}.foot-meta .kurima-legal{clear:right}.foot-meta li{display:block;clear:both}.foot-meta li a:before{content:none}.mobile-logo{margin-right:10px}.foot-meta ul li:nth-child(2) a:before{content:none}footer #primary-menu{margin-bottom:30px}}@media screen and (min-width:1024px){.swiper-pagination{display:none}.page-template-page_ecs #intro h2{line-height:44px}}.filterDiv{display:none}.show{display:block}.show{display:block}.overlay-filter{background:#000;opacity:.5;height:100vh;width:100vw;position:fixed;top:0;left:0;display:none}
.social-icon>a{padding:3px;display:inline-block;vertical-align:middle}ul.menu li.social-icon{display:inline-block;list-style-type:none;background:inherit;width:auto;margin-right:10px}ul.menu li.social-icon a:hover{color:inherit}ul.menu li.social-icon:last-child{margin-right:0}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}