@charset "UTF-8";
/**
 * Set up a decent box model on the root element
 */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 5 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 5 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 5 Pro";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 5 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 5 Brands"; }

.icon::before, .btn-template-4::before, .errorTab p::before {
  /* removed font- based rules */
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.icon-solid, .errorTab p::before {
  font: var(--fa-font-solid);
  font-weight: 900; }

.icon-regular, .btn-template-4::before {
  font: var(--fa-font-regular);
  font-weight: 400; }

.icon-light {
  font: var(--fa-font-light);
  font-weight: 300; }

.icon-duotone, .icon-duo {
  font: var(--fa-font-duotone);
  font-weight: 900; }

.icon-brands {
  font: var(--fa-font-brands);
  font-weight: 400; }

/**
 * Basic styles for links
*/
a {
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }
  a:hover {
    text-decoration: none; }

body {
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  line-height: 1.6;
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.3571)), 1.8rem);
  color: #5d5d5d; }

footer {
  margin-top: auto; }

#block-good-nature-local-tasks {
  text-align: center; }
  #block-good-nature-local-tasks ul {
    display: inline-block;
    margin: auto; }
    #block-good-nature-local-tasks ul li {
      display: inline-block;
      float: left;
      padding: 10px; }
      #block-good-nature-local-tasks ul li:nth-child(2) a::after {
        content: "(" attr(data-drupal-link-system-path) ")";
        padding-left: 5px;
        font-weight: bold; }
      #block-good-nature-local-tasks ul li a {
        color: black; }
        #block-good-nature-local-tasks ul li a:hover, #block-good-nature-local-tasks ul li a:focus {
          border-bottom: 2px solid black; }
        #block-good-nature-local-tasks ul li a[rel="edit-form"]::after {
          content: "(" attr(data-drupal-link-system-path) ")";
          padding-left: 5px;
          font-weight: bold; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.m-0 {
  margin: 0; }

.lw-1 {
  line-height: 1.8 !important; }

.ul-check {
  list-style: none; }
  .ul-check-item::before {
    content: '✓';
    margin-right: .5em; }
  .ul-check-item-blue {
    color: #00a5cd; }
    .ul-check-item-blue::before {
      color: #00a5cd;
      content: '✓';
      margin-right: .5em; }

.list {
  list-style: none; }
  .list li::before {
    content: '•';
    font-size: 36px;
    position: relative;
    top: 5px;
    margin-right: .1em; }

.ul-bar {
  list-style: none; }
  .ul-bar li::before {
    content: '-';
    margin-right: .5em; }

.col-r {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

@media (min-width: 992px) {
  .w {
    height: 100%; } }

.line {
  border-bottom: 1px solid #ddd; }

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1300px; } }

.dm-thin-italic {
  font-family: 'DM Sans';
  font-weight: 100;
  font-style: italic; }

.dm-thin {
  font-family: 'DM Sans';
  font-weight: 100;
  font-style: normal; }

.dm-semibold-italic {
  font-family: 'DM Sans';
  font-weight: 600;
  font-style: italic; }

.dm-semibold {
  font-family: 'DM Sans';
  font-weight: 600;
  font-style: normal; }

.dm, .dm-regular, body, .block-title-resource .custom-breadcrumb a div, .referral-program-7 .form-item .form-item--error-message strong {
  font-family: 'DM Sans';
  font-weight: normal;
  font-style: normal; }

.dm-medium-italic {
  font-family: 'DM Sans';
  font-weight: 500;
  font-style: italic; }

.dm-medium {
  font-family: 'DM Sans';
  font-weight: 500;
  font-style: normal; }

.dm-light-italic {
  font-family: 'DM Sans';
  font-weight: 300;
  font-style: italic; }

.dm-light {
  font-family: 'DM Sans';
  font-weight: 300;
  font-style: normal; }

.dm-italic {
  font-family: 'DM Sans';
  font-weight: normal;
  font-style: italic; }

.dm-extralight-italic {
  font-family: 'DM Sans';
  font-weight: 200;
  font-style: italic; }

.dm-extralight {
  font-family: 'DM Sans';
  font-weight: 200;
  font-style: normal; }

.dm-extrabold-italic {
  font-family: 'DM Sans';
  font-weight: bold;
  font-style: italic; }

.dm-extrabold {
  font-family: 'DM Sans';
  font-weight: bold;
  font-style: normal; }

.dm-bold-italic {
  font-family: 'DM Sans';
  font-weight: bold;
  font-style: italic; }

.dm-bold, .menuDesktop .nav-item .nav-link, .dropdown-menu-custom a, .menuMobile .card .card-header-dropdown a, .menuMobile .card .card-header-regular a, .dropdown-menu-mobile a, .btn-template-1, .btnArrow .arrow-wrap .textBtn, .btnArrowv2, .btn-template-2, .btn-template-3, .btn-template-4, .btn-template-5, .btn-link, .cNavPills1 .nav-link, .nav-steps .nav-link, .stepsHomepage .step-title, .text-columnRight h3, .who-we-are-4 .tabs-wrapper div button, .who-we-are-4 .tab-location .name-location, .tab-content-are-you-elegible-3 h3, .card-location .title-card-location, .tab-content-are-you-elegible-4 .tab-pane-location1 h3, .tab-content-are-you-elegible-4 .tab-pane-location2 h3, .locations-1 h3, .locations-2 h3, .teaserArticle .link-titleArticle h1, .teaserArticle .link-titleArticle h2, .teaserArticle .link-titleArticle h3, .teaserArticle .link-titleArticle h4, .teaserArticle .link-titleArticle h5, .teaserArticle .link-titleArticle h6, .block-resources .tabs-filter .form-item input + label, .c-body-resources .c-content-resources h2, .c-body-resources .c-content-resources h3, .c-body-resources .c-content-resources h4, .c-body-resources .c-content-resources h5, .c-body-resources .c-content-resources h6, .c-body-resources .c-content-resources h2 strong, .c-body-resources .c-content-resources h3 strong, .c-body-resources .c-content-resources h4 strong, .c-body-resources .c-content-resources h5 strong, .c-body-resources .c-content-resources h6 strong, .referral-program-3 ul li h5, .referral-program-5 h5, .section-apply-program h2, .section-apply-program h3, .cformApply .tabs .item-tab.active span, .cformApply .cContent .tab-form-2 .heading-tab h3, .cformApply .cContent .tab-form-3 .heading-tab h3, .sectionApplyThank .heading-thank h4, .customPage .basicPage .titlePage h3, .block-locations .location-block-info h3, .nav-tabs-general .nav-link, .card-page .card-page-title, .accordion-default .card .card-header .textCard, .block-privacy h2, .block-privacy-mobile .accordion-privacy .card .card-header .textCard {
  font-family: 'DM Sans';
  font-weight: bold;
  font-style: normal; }

.dm-black-italic {
  font-family: 'DM Sans';
  font-weight: 900;
  font-style: italic; }

.dm-black {
  font-family: 'DM Sans';
  font-weight: 900;
  font-style: normal; }

.recoleta-medium, h1, h2, h3, h4, h5, h6 {
  font-family: 'Recoleta';
  font-weight: 500;
  font-style: normal; }

.recoleta, .recoleta-regular {
  font-family: 'Recoleta';
  font-weight: normal;
  font-style: normal; }

.recoleta-bold {
  font-family: 'Recoleta';
  font-weight: bold;
  font-style: normal; }

.recoleta-semibold, .card-testimonial .text-testimonial p, .card-testimonial .textTestimonial p {
  font-family: 'Recoleta';
  font-weight: 600;
  font-style: normal; }

.recoleta-alt-medium {
  font-family: 'Recoleta Alt';
  font-weight: 500;
  font-style: normal; }

/**
 * Basic typography style for copy text
 */
@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-ThinItalic.eot");
  src: url("../fonts/DMSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ThinItalic.woff2") format("woff2"), url("../fonts/DMSans-ThinItalic.woff") format("woff"), url("../fonts/DMSans-ThinItalic.ttf") format("truetype"), url("../fonts/DMSans-ThinItalic.svg#DMSans-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Thin.eot");
  src: url("../fonts/DMSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Thin.woff2") format("woff2"), url("../fonts/DMSans-Thin.woff") format("woff"), url("../fonts/DMSans-Thin.ttf") format("truetype"), url("../fonts/DMSans-Thin.svg#DMSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-SemiBoldItalic.eot");
  src: url("../fonts/DMSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/DMSans-SemiBoldItalic.woff") format("woff"), url("../fonts/DMSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/DMSans-SemiBoldItalic.svg#DMSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-SemiBold.eot");
  src: url("../fonts/DMSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/DMSans-SemiBold.woff") format("woff"), url("../fonts/DMSans-SemiBold.ttf") format("truetype"), url("../fonts/DMSans-SemiBold.svg#DMSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Regular.eot");
  src: url("../fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff"), url("../fonts/DMSans-Regular.ttf") format("truetype"), url("../fonts/DMSans-Regular.svg#DMSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-MediumItalic.eot");
  src: url("../fonts/DMSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-MediumItalic.woff2") format("woff2"), url("../fonts/DMSans-MediumItalic.woff") format("woff"), url("../fonts/DMSans-MediumItalic.ttf") format("truetype"), url("../fonts/DMSans-MediumItalic.svg#DMSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Medium.eot");
  src: url("../fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff"), url("../fonts/DMSans-Medium.ttf") format("truetype"), url("../fonts/DMSans-Medium.svg#DMSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-LightItalic.eot");
  src: url("../fonts/DMSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-LightItalic.woff2") format("woff2"), url("../fonts/DMSans-LightItalic.woff") format("woff"), url("../fonts/DMSans-LightItalic.ttf") format("truetype"), url("../fonts/DMSans-LightItalic.svg#DMSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Light.eot");
  src: url("../fonts/DMSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Light.woff2") format("woff2"), url("../fonts/DMSans-Light.woff") format("woff"), url("../fonts/DMSans-Light.ttf") format("truetype"), url("../fonts/DMSans-Light.svg#DMSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Italic.eot");
  src: url("../fonts/DMSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Italic.woff2") format("woff2"), url("../fonts/DMSans-Italic.woff") format("woff"), url("../fonts/DMSans-Italic.ttf") format("truetype"), url("../fonts/DMSans-Italic.svg#DMSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-ExtraLightItalic.eot");
  src: url("../fonts/DMSans-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraLightItalic.woff2") format("woff2"), url("../fonts/DMSans-ExtraLightItalic.woff") format("woff"), url("../fonts/DMSans-ExtraLightItalic.ttf") format("truetype"), url("../fonts/DMSans-ExtraLightItalic.svg#DMSans-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-ExtraLight.eot");
  src: url("../fonts/DMSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraLight.woff2") format("woff2"), url("../fonts/DMSans-ExtraLight.woff") format("woff"), url("../fonts/DMSans-ExtraLight.ttf") format("truetype"), url("../fonts/DMSans-ExtraLight.svg#DMSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-ExtraBoldItalic.eot");
  src: url("../fonts/DMSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/DMSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/DMSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/DMSans-ExtraBoldItalic.svg#DMSans-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-ExtraBold.eot");
  src: url("../fonts/DMSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraBold.woff2") format("woff2"), url("../fonts/DMSans-ExtraBold.woff") format("woff"), url("../fonts/DMSans-ExtraBold.ttf") format("truetype"), url("../fonts/DMSans-ExtraBold.svg#DMSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-BoldItalic.eot");
  src: url("../fonts/DMSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-BoldItalic.woff2") format("woff2"), url("../fonts/DMSans-BoldItalic.woff") format("woff"), url("../fonts/DMSans-BoldItalic.ttf") format("truetype"), url("../fonts/DMSans-BoldItalic.svg#DMSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Bold.eot");
  src: url("../fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff"), url("../fonts/DMSans-Bold.ttf") format("truetype"), url("../fonts/DMSans-Bold.svg#DMSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-BlackItalic.eot");
  src: url("../fonts/DMSans-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-BlackItalic.woff2") format("woff2"), url("../fonts/DMSans-BlackItalic.woff") format("woff"), url("../fonts/DMSans-BlackItalic.ttf") format("truetype"), url("../fonts/DMSans-BlackItalic.svg#DMSans-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Black.eot");
  src: url("../fonts/DMSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Black.woff2") format("woff2"), url("../fonts/DMSans-Black.woff") format("woff"), url("../fonts/DMSans-Black.ttf") format("truetype"), url("../fonts/DMSans-Black.svg#DMSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Recoleta';
  src: url("../fonts/Recoleta-Medium.eot");
  src: url("../fonts/Recoleta-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Recoleta-Medium.woff2") format("woff2"), url("../fonts/Recoleta-Medium.woff") format("woff"), url("../fonts/Recoleta-Medium.ttf") format("truetype"), url("../fonts/Recoleta-Medium.svg#Recoleta-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Recoleta';
  src: url("../fonts/Recoleta-Regular.eot");
  src: url("../fonts/Recoleta-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Recoleta-Regular.woff2") format("woff2"), url("../fonts/Recoleta-Regular.woff") format("woff"), url("../fonts/Recoleta-Regular.ttf") format("truetype"), url("../fonts/Recoleta-Regular.svg#Recoleta-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Recoleta';
  src: url("../fonts/Recoleta-Bold.eot");
  src: url("../fonts/Recoleta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Recoleta-Bold.woff2") format("woff2"), url("../fonts/Recoleta-Bold.woff") format("woff"), url("../fonts/Recoleta-Bold.ttf") format("truetype"), url("../fonts/Recoleta-Bold.svg#Recoleta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Recoleta';
  src: url("../fonts/Recoleta-SemiBold.eot");
  src: url("../fonts/Recoleta-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Recoleta-SemiBold.woff2") format("woff2"), url("../fonts/Recoleta-SemiBold.woff") format("woff"), url("../fonts/Recoleta-SemiBold.ttf") format("truetype"), url("../fonts/Recoleta-SemiBold.svg#Recoleta-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Recoleta Alt';
  src: url("../fonts/RecoletaAlt-Medium.eot");
  src: url("../fonts/RecoletaAlt-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RecoletaAlt-Medium.woff2") format("woff2"), url("../fonts/RecoletaAlt-Medium.woff") format("woff"), url("../fonts/RecoletaAlt-Medium.ttf") format("truetype"), url("../fonts/RecoletaAlt-Medium.svg#RecoletaAlt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

#sticky-wrapper {
  z-index: 2; }
  #sticky-wrapper.is-sticky {
    z-index: 99; }
    #sticky-wrapper.is-sticky .menu {
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      z-index: 99; }

.menu {
  height: 129px;
  padding-left: 4.1667vw;
  padding-right: 4.1667vw;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  z-index: 99; }
  @media screen and (max-width: 991px) {
    .menu {
      padding-left: 25px;
      padding-right: 25px;
      height: 68px; } }

.customLogo {
  max-width: 203px;
  padding-right: 10px; }
  .customLogo a {
    display: inline-block; }
  @media screen and (max-width: 991px) {
    .customLogo img {
      width: 150px;
      min-width: 150px; } }

.menuDesktop .nav-item .nav-link {
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - .32rem) * .3571)), 1.8rem);
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 129px;
  cursor: pointer !important;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  color: #015570; }
  .menuDesktop .nav-item .nav-link:hover, .menuDesktop .nav-item .nav-link:focus {
    color: #015570;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }

.menuDesktop .nav-item .nav-link-dropdown svg {
  color: #76bc21;
  font-size: 11px;
  margin-left: 5px;
  width: 1.4em;
  height: 1.4em;
  fill: #76bc21; }

.dropdown-menu-custom {
  padding: 22px 30px 9px 22px;
  border: 2px solid #015570;
  border-radius: 5px;
  background: #fff;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% - 30px); }
  .dropdown-menu-custom::before {
    position: absolute;
    top: -3px;
    height: 4px;
    width: 20px;
    background-color: #fff;
    z-index: 2;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    outline: none; }
  .dropdown-menu-custom::after {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 28px;
    height: 10px;
    content: "";
    background-image: url("../img/cVector-185.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3; }
  .dropdown-menu-custom a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    color: #015570;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .dropdown-menu-custom a:hover, .dropdown-menu-custom a:focus {
      color: #76bc21; }

.btnMenuBurger {
  color: #015570;
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 18px; }
  @media screen and (min-width: 992px) {
    .btnMenuBurger {
      display: none; } }
  .btnMenuBurger.open .fa-bars {
    display: none;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .btnMenuBurger.open .fa-times {
    display: block; }
  .btnMenuBurger .fa-bars {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .btnMenuBurger .fa-times {
    font-size: 24px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    display: none; }

.menuMobile {
  opacity: 0 !important;
  visibility: hidden;
  z-index: -10 !important;
  position: fixed;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility, -webkit-transform;
  background-color: white; }
  .menuMobile.open {
    opacity: 1 !important;
    visibility: visible;
    top: 68px;
    max-height: calc(100vh - 68px) !important;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 10 !important;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0; }
  .menuMobile .card {
    border-bottom: 1px solid #015570 !important; }
    .menuMobile .card:first-child {
      border-top: 1px solid #015570; }
    .menuMobile .card .card-header-dropdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .menuMobile .card .card-header-dropdown a {
        position: relative;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 16px;
        padding-left: 25px;
        color: #015570;
        font-size: 16px;
        line-height: 1.25; }
        .menuMobile .card .card-header-dropdown a:focus {
          -webkit-box-shadow: none;
          box-shadow: none; }
      .menuMobile .card .card-header-dropdown button {
        color: #76bc21;
        font-size: 11px;
        padding: 1rem;
        margin-right: 15px; }
    .menuMobile .card .card-header-regular a {
      position: relative;
      padding-right: 15px;
      padding-top: 20px;
      padding-bottom: 16px;
      padding-left: 25px;
      color: #015570;
      width: 100%;
      font-size: 16px;
      line-height: 1.25; }
      .menuMobile .card .card-header-regular a:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .menuMobile .card .card-header {
      padding: 0;
      border-bottom: 1px solid;
      background-color: transparent; }
      .menuMobile .card .card-header .btn-link {
        text-decoration: none; }
        .menuMobile .card .card-header .btn-link:focus {
          -webkit-box-shadow: none;
          box-shadow: none; }
        .menuMobile .card .card-header .btn-link:hover {
          text-decoration: none; }
    .menuMobile .card .card-body {
      padding: 0; }

.dropdown-menu-mobile {
  padding: 29px 25px 7px;
  background: rgba(212, 233, 241, 0.14) !important; }
  .dropdown-menu-mobile a {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    height: 18px;
    color: #015570;
    width: 100%; }

.body-no-scroll {
  overflow: hidden; }

.customFooter {
  background-color: #21546d;
  color: #fff;
  padding-top: 87px;
  padding-bottom: 42px; }
  @media screen and (max-width: 991px) {
    .customFooter {
      padding-top: 32px;
      padding-bottom: 19px; } }
  .customFooter .container {
    max-width: 1234px;
    padding-right: 25px;
    padding-left: 25px; }
  .customFooter .cRowFooter1 {
    margin-bottom: 103px; }
    @media screen and (max-width: 991px) {
      .customFooter .cRowFooter1 {
        margin-bottom: 29px; } }
  .customFooter .customLogoFooter img {
    width: 100%;
    max-width: 170px;
    margin-bottom: 35px; }
  .customFooter .link-footer {
    position: relative;
    text-decoration: none;
    padding-bottom: 2px;
    color: white; }
    .customFooter .link-footer:hover::after {
      width: 100%; }
    .customFooter .link-footer::after {
      content: "";
      position: absolute;
      height: 1px;
      width: 0%;
      left: 0;
      bottom: 2px;
      background-color: #fff;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .customFooter .linksForFooter {
    line-height: 34px;
    margin-bottom: 12px; }
  .customFooter .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .customFooter .social-media a {
      font-size: 30px;
      margin-right: 9px;
      margin-bottom: 9px;
      border-radius: 50%;
      background-color: #fff;
      line-height: 1;
      width: 1em;
      height: 1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none; }
      .customFooter .social-media a svg {
        width: .5em;
        height: .5em;
        color: #21546d;
        stroke-width: 0;
        stroke: #21546d;
        fill: #21546d; }
  .customFooter .column-footer {
    margin-top: 25px; }
    .customFooter .column-footer .column-title {
      font-size: 18px; }
    .customFooter .column-footer ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
      margin: 0; }
      .customFooter .column-footer ul li {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .customFooter .column-footer ul li a {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          border-style: solid;
          border-width: 0;
          -webkit-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
          -webkit-transition-property: background-color, color, border-color;
          -o-transition-property: background-color, color, border-color;
          transition-property: background-color, color, border-color;
          border-color: transparent;
          padding-left: 0px;
          padding-right: 0px;
          padding-bottom: 0px;
          color: #fff;
          font-size: 14px;
          padding-top: 0px;
          text-transform: capitalize;
          text-decoration: none;
          margin-top: 0px;
          margin-right: 0px;
          margin-left: 0px;
          margin-bottom: 10px;
          position: relative;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .customFooter .column-footer ul li a:hover::after {
            width: 100%; }
          .customFooter .column-footer ul li a::after {
            content: "";
            position: absolute;
            height: 1px;
            width: 0%;
            left: 0;
            bottom: 2px;
            background-color: #fff;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }

.link-legal {
  color: white;
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  border-color: transparent;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  text-transform: uppercase;
  margin-left: 40px;
  display: block;
  letter-spacing: .2em;
  font-size: clamp(1rem, calc(1rem + ((1vw - .32rem) * .3571)), 1.4rem); }
  .link-legal:hover {
    color: white !important; }
    .link-legal:hover::after {
      width: 100%; }
  .link-legal::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    left: 0;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.customFooterApply {
  background-color: #21546d;
  color: #fff;
  padding: 20px 25px; }
  .customFooterApply p {
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .customFooterApply p {
        font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.32rem) * 0.1786)), 1.4rem); } }
  @media (max-width: 991px) {
    .customFooterApply .link-legal {
      margin-left: 0 !important; } }

@media (max-width: 991px) {
  .link-legal-footer-mobile {
    margin-left: 0 !important; } }

.btn-template-1 {
  padding-left: 29px;
  padding-right: 29px;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  max-width: 163px;
  min-width: 163px;
  width: 219px;
  background-color: rgba(118, 188, 33, 0.1);
  padding-top: 11px;
  padding-bottom: 11px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: #76bc21;
  border-right-color: #76bc21;
  border-bottom-color: #76bc21;
  border-left-color: #76bc21;
  border-radius: 67px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  line-height: 1.225;
  color: #76bc21;
  font-size: 18px; }
  .btn-template-1:hover {
    background-color: #76bc21;
    color: #fff; }

.btnArrow {
  color: #60a50c !important;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  display: block;
  visibility: visible; }
  .btnArrow .arrow-left {
    position: absolute;
    top: 4px;
    left: 0;
    width: 46px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .btnArrow .arrow-left img {
      display: block;
      height: 16px;
      position: relative;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      -webkit-transition-delay: 0;
      -o-transition-delay: 0;
      transition-delay: 0;
      will-change: transform;
      width: 0; }
  .btnArrow .arrow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .btnArrow .arrow-wrap .textBtn {
      margin: 0 16px 0 0;
      line-height: 1;
      font-size: 18px; }
    .btnArrow .arrow-wrap .arrow-right {
      position: relative;
      top: 3px;
      width: 46px;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .btnArrow .arrow-wrap .arrow-right img {
        width: 46px;
        -webkit-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s;
        display: block;
        height: 16px;
        position: relative;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0;
        will-change: transform; }
  .btnArrow:hover {
    text-decoration: none; }
    .btnArrow:hover .arrow-left img {
      width: 46px;
      -webkit-transition-delay: .25s;
      -o-transition-delay: .25s;
      transition-delay: .25s; }
    .btnArrow:hover .arrow-wrap {
      -webkit-transform: translateX(58px);
      -ms-transform: translateX(58px);
      transform: translateX(58px); }
      .btnArrow:hover .arrow-wrap .textBtn {
        color: #60a50c;
        text-decoration: none; }
      .btnArrow:hover .arrow-wrap .arrow-right img {
        width: 0;
        -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0; }

.btnArrowv2 {
  color: #60a50c !important;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  visibility: visible;
  line-height: 1;
  font-size: 18px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .btnArrowv2::after {
    margin-left: 16px;
    content: '';
    display: inline-block;
    background-image: url("../img/green-link-arrow.svg");
    background-size: 100% 100%;
    width: 46px;
    height: 16px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .btnArrowv2:hover::after {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

.btn-template-2 {
  padding-left: 60.5px;
  padding-right: 60.5px;
  background-color: #e2f7ff;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  font-size: 18px;
  border: 2px solid #015570;
  border-radius: 67px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #015570;
  line-height: 22px;
  text-decoration: none; }
  .btn-template-2:hover {
    text-decoration: none;
    background-color: #015570;
    color: #fff; }

.btn-template-3 {
  background-color: #e2f7ff;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  font-size: 18px;
  border: 2px solid #015570;
  border-radius: 67px;
  padding-right: 62px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 62px;
  color: #015570;
  line-height: 22px; }
  .btn-template-3:hover {
    background-color: #015570;
    color: #fff; }

.btn-template-4 {
  background-color: #e2f7ff;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  font-size: 18px;
  border: 2px solid #015570;
  border-radius: 67px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 25px;
  color: #015570;
  line-height: 22px;
  text-decoration: none; }
  .btn-template-4:hover {
    text-decoration: none;
    background-color: #015570;
    color: #fff; }
    .btn-template-4:hover::before {
      color: #fff; }
  .btn-template-4::before {
    content: '\f144';
    color: #015570;
    margin-right: 10px; }

.btn-template-5 {
  margin-bottom: 8px;
  color: #76bc21;
  padding: 12px 40px !important;
  line-height: 1.3 !important;
  font-size: clamp(1.6rem, calc(1.6rem + ((1vw - .32rem) * .1786)), 1.8rem) !important;
  border: 2px solid #76bc21;
  background: #efffdc;
  margin-left: auto;
  border-radius: 67px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .btn-template-5:hover, .btn-template-5:focus {
    background: #76bc21;
    color: #fff; }

.btn-link {
  color: #015570;
  font-size: 18px;
  text-decoration: underline;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  width: auto; }
  .btn-link:hover, .btn-link:focus {
    color: #76bc21;
    text-decoration: underline; }

.btn-link-2, .accordion-default .card .card-body p a, .block-privacy-mobile .accordion-privacy .card .card-body p a {
  color: #76bc21;
  font-size: 18px;
  text-decoration: underline; }
  .btn-link-2:hover, .accordion-default .card .card-body p a:hover, .block-privacy-mobile .accordion-privacy .card .card-body p a:hover, .btn-link-2:focus, .accordion-default .card .card-body p a:focus, .block-privacy-mobile .accordion-privacy .card .card-body p a:focus {
    color: #76bc21;
    text-decoration: none; }

.btn-link-3 {
  color: #76bc21;
  font-size: 18px;
  text-decoration: none; }
  .btn-link-3:hover, .btn-link-3:focus {
    color: #76bc21;
    text-decoration: underline; }

@media screen and (max-width: 991px) {
  .modal-backdrop {
    z-index: 0 !important; } }

@media screen and (max-width: 991px) {
  #productShareModal .modal-dialog {
    margin: 0 !important; } }

#productShareModal .modal-content {
  border: none;
  border-radius: 20px; }
  @media screen and (max-width: 991px) {
    #productShareModal .modal-content {
      height: 100vh;
      border-radius: 0; } }

#productShareModal .close {
  font-weight: 300;
  font-size: 38px; }

#productShareModal .modal-header {
  border-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

@media screen and (max-width: 991px) {
  #productShareModal .modal-body .socialMediaModal {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

#productShareModal .modal-body .socialMediaModal .customTitle {
  text-align: center; }
  #productShareModal .modal-body .socialMediaModal .customTitle .first {
    color: #ac9830; }
  #productShareModal .modal-body .socialMediaModal .customTitle p {
    margin-bottom: 0; }

#productShareModal .modal-body .socialMediaModal .icons-socialMedia .item {
  min-width: 200px;
  width: 200px;
  margin-left: auto;
  margin-right: auto; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .fb .content {
    background-color: #3b5998;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .fb:hover .content, #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .fb:focus .content {
    background-color: #2d4373; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .tw .content {
    background-color: #55acee;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .tw:hover .content, #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .tw:focus .content {
    background-color: #2795e9; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .pt .content {
    background-color: #bd081c;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .pt:hover .content, #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .pt:focus .content {
    background-color: #8c0615; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .ln .content {
    background-color: #0077b5;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .ln:hover .content, #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .ln:focus .content {
    background-color: #046293; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .em .content {
    background-color: #777;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .em:hover .content, #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item .em:focus .content {
    background-color: #5e5e5e; }
  #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item a {
    text-decoration: none !important; }
    @media screen and (max-width: 991px) {
      #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item a {
        font-size: 12px; } }
    #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item a .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 18px;
      margin-bottom: 15px;
      color: white; }
      #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item a .content i {
        margin-right: 6px;
        color: white; }
        @media screen and (max-width: 991px) {
          #productShareModal .modal-body .socialMediaModal .icons-socialMedia .item a .content i {
            font-size: 16px; } }

#productShareModal .modal-body .socialMediaModal .button-action {
  text-align: center; }
  #productShareModal .modal-body .socialMediaModal .button-action .btn {
    padding: 8px;
    min-width: 210px;
    background-color: transparent;
    border: solid 1px #e1e1e1;
    color: #7b807c;
    border-radius: 50px;
    font-size: 18px;
    line-height: 30px; }
    #productShareModal .modal-body .socialMediaModal .button-action .btn:hover, #productShareModal .modal-body .socialMediaModal .button-action .btn:focus {
      background-color: white;
      border-color: #7b807c;
      color: #7b807c; }

.customSliderCustomers .slick-prev {
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  font-size: 0;
  line-height: 1;
  border: none;
  outline: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-image: url("../img/np_arrow_68811.png");
  background-size: 100% 100%; }
  @media screen and (max-width: 991px) {
    .customSliderCustomers .slick-prev {
      top: 105%;
      left: 60%; } }
  .customSliderCustomers .slick-prev::before {
    display: none;
    content: ""; }

.customSliderCustomers .slick-next {
  position: absolute;
  top: 50%;
  right: 9%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  font-size: 0;
  line-height: 1;
  border: none;
  outline: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-image: url("../img/np_arrow_68810.png");
  background-size: 100% 100%; }
  @media screen and (max-width: 991px) {
    .customSliderCustomers .slick-next {
      top: 105%;
      right: 5%; } }
  .customSliderCustomers .slick-next::before {
    display: none;
    content: ""; }

.swiper-wrapper .slick-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0;
  line-height: 1;
  border: none;
  outline: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-image: url("../img/arrow-left.png");
  background-size: 100% 100%; }
  @media screen and (max-width: 991px) {
    .swiper-wrapper .slick-prev {
      top: 105%;
      left: 60%; } }
  .swiper-wrapper .slick-prev::before {
    display: none;
    content: ""; }

.swiper-wrapper .slick-next {
  position: absolute;
  top: 50%;
  right: 1%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0;
  line-height: 1;
  border: none;
  outline: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-image: url("../img/arrow-right.png");
  background-size: 100% 100%; }
  @media screen and (max-width: 991px) {
    .swiper-wrapper .slick-next {
      top: 105%;
      right: 5%; } }
  .swiper-wrapper .slick-next::before {
    display: none;
    content: ""; }

.single-product-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.single-product-carousel > .product-detail__image:not(:first-child) {
  display: none; }

.single-product-carousel .slick-list {
  width: 100% !important; }

.single-product-carousel img {
  max-width: 100%; }

@media (min-width: 768px) {
  .single-product-carousel img {
    max-width: 150px; } }

.thumbnail-car .thumbnail-wrapper {
  display: inline-block; }

.thumbnail-car > .thumbnail-wrapper:nth-of-type(n + 5) {
  display: none; }

.thumbnail-car .slick-prev {
  top: 50%;
  left: -10%; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25 !important; }

.thumbnail-car .thumbnail-car-item img {
  max-height: 85px; }

.single-product-carousel > img:not(:first-child) {
  display: none; }

.thumbnail-wrapper:not(.slick-initialized) > img:not(:first-child) {
  display: none !important; }

.single-product-carousel:not(.slick-initialized) > .product-detail__image:not(:first-child) {
  display: none !important; }

.thumbnail-car:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.thumbnail-car:not(.slick-slider) .thumbnail-wrapper:nth-child(1n + 4) {
  display: none !important; }

.single-product-carousel:not(.slick-initialized) > .product-detail__image:not(:first-child) {
  display: none !important; }

@media (min-width: 992px) {
  .single-product-carousel .slick-list {
    min-height: 350px !important; } }

.thumbnail-car.h100 .slick-track {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.thumbnail-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.thumbnail-car:not(.slick-slider) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.thumbnail-car:not(.slick-slider) .thumbnail-wrapper {
  width: 100%;
  text-align: center;
  margin: 5px 0; }

.thumbnail-car .slick-prev, .thumbnail-car .slick-next {
  width: 20px;
  height: 50px; }

.thumbnail-car .slick-prev:before {
  content: '';
  background: url(../img/angle-left-solid.svg);
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  background-size: cover;
  background-position: center; }

.thumbnail-car .slick-next:before {
  content: '';
  background: url(../img/angle-right-solid.svg);
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  background-size: cover;
  background-position: center; }

.thumbnail-car .thumbnail-item {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer; }

.thumbnail-car .thumbnail-item img {
  max-height: 75px; }

.thumbnail-car .slick-current .thumbnail-item {
  background: white; }

.thumbnail-car .slick-current .thumbnail-item {
  border: 3px solid #85b336; }

.thumbnail-car .thumbnail-item {
  border: 0.5px solid #dedede;
  background-color: rgba(255, 255, 255, 0.3);
  width: 65px !important;
  height: 65px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 768px) {
    .thumbnail-car .thumbnail-item {
      width: 80px !important;
      height: 80px !important; } }

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

.product-detail__image img {
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  margin: auto; }

@media (min-width: 768px) {
  .product-detail__image img {
    max-width: 400px;
    max-height: 400px; } }

@media screen and (min-width: 992px) {
  .single-product-carousel {
    min-height: 350px !important; } }

@media screen and (min-width: 992px) {
  .customSliderProducts:not(.slick-slider) > div:not(:first-child) {
    display: none; } }

.customSliderProducts .itemGridImage {
  padding-left: 15px;
  padding-right: 15px; }
  .customSliderProducts .itemGridImage a:focus {
    outline: none;
    border: none;
    text-decoration: none; }
  .customSliderProducts .itemGridImage .item {
    height: auto !important; }

.customSliderProducts .slick-prev::before {
  content: '';
  background: url("../img/angle-left-solid.svg");
  position: absolute !important;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  opacity: 0.75;
  background-size: cover;
  background-position: center; }

.customSliderProducts .slick-next::before {
  content: '';
  background: url("../img/angle-right-solid.svg");
  position: absolute !important;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  opacity: 0.75;
  background-size: cover;
  background-position: center; }

.cSliderTestimonialHome .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
  .cSliderTestimonialHome .slick-dots li button {
    background-color: transparent;
    border: 2px solid #76bc21;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    overflow: hidden;
    position: relative; }
    .cSliderTestimonialHome .slick-dots li button::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 8px;
      height: 8px;
      overflow: hidden;
      border-radius: 50%;
      background-color: #76bc21;
      opacity: 0;
      -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      margin: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .cSliderTestimonialHome .slick-dots li.slick-active button::before {
    opacity: 1; }

.cSliderResourcesHome .slick-dots {
  left: 10px;
  bottom: -55px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: left; }
  .cSliderResourcesHome .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .cSliderResourcesHome .slick-dots li button {
      background-color: transparent;
      border: 2px solid #76bc21;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      overflow: hidden;
      position: relative; }
      .cSliderResourcesHome .slick-dots li button::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 8px;
        height: 8px;
        overflow: hidden;
        border-radius: 50%;
        background-color: #76bc21;
        opacity: 0;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        margin: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .cSliderResourcesHome .slick-dots li.slick-active button::before {
      opacity: 1; }

.cNavPills1 {
  border-radius: 67px;
  background: #e2f7ff;
  padding: 5px 5px; }
  .cNavPills1 .nav-pills {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .cNavPills1 .nav-link {
    background-color: transparent;
    border-color: transparent;
    border-radius: 67px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #015570;
    min-height: 48px; }
    .cNavPills1 .nav-link.active {
      border-color: #015570;
      color: #015570;
      background: #fff !important; }

.section-1 .tab-wrapper {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .section-1 .tab-wrapper {
      margin-bottom: 10px; } }

.section-1 .tab-pane p {
  margin-top: 17px; }

.section-1 .imgTab-1 {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  text-align: center;
  z-index: -1;
  position: absolute;
  right: -1%;
  bottom: -50%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  .section-1 .imgTab-1 img {
    background-size: contain;
    margin-left: 50px;
    margin-bottom: 0vw;
    height: 100%;
    margin-top: 0px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom; }

.section-1 .imgTab-2 {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  text-align: center;
  z-index: -1;
  position: absolute;
  right: 5%;
  bottom: 5%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  .section-1 .imgTab-2 img {
    height: 580px;
    -o-object-position: bottom;
    object-position: bottom;
    margin-bottom: 0px;
    margin-top: -50px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto; }

.section-1 .imgTab-3 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  text-align: center;
  z-index: -1;
  position: absolute;
  right: 10%;
  bottom: 0%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  .section-1 .imgTab-3 img {
    background-size: contain;
    margin-left: 50px;
    margin-bottom: 0vw;
    /* height: 100%; */
    margin-top: 0px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom; }

.chome-hero-bottom {
  z-index: 1;
  position: relative; }

.section-2 {
  background-color: #e2f7ff;
  padding-top: 75px;
  padding-right: 25px;
  padding-bottom: 57.7px;
  padding-left: 25px; }
  .section-2 .tab-content {
    padding-top: 61px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; }

.nav-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 67px;
  margin-top: 42px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media screen and (max-width: 991px) {
    .nav-steps {
      max-width: 275px;
      border-radius: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      padding-left: 6px;
      padding-right: 6px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px;
      background-color: transparent; } }
  .nav-steps .nav-link {
    border: 2px solid #fff;
    background-color: white;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-size: 18px;
    color: #015570;
    text-transform: capitalize;
    border-radius: 67px; }
    @media screen and (min-width: 992px) {
      .nav-steps .nav-link {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    @media screen and (max-width: 991px) {
      .nav-steps .nav-link {
        padding-left: 29px;
        padding-right: 29px;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 16px;
        line-height: 1.2; } }
    .nav-steps .nav-link.active {
      border-color: #015570;
      color: #015570;
      border: 2px solid;
      background: #f5f5f5;
      border-radius: 67px; }
      .nav-steps .nav-link.active:hover {
        border-color: #015570;
        color: #015570;
        border: 2px solid;
        background: #f5f5f5;
        border-radius: 67px; }
    .nav-steps .nav-link:hover {
      color: #76bc21; }
  .nav-steps .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px; }
    .nav-steps .nav-wrapper .nav-link {
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 2px;
      border-top-style: solid;
      border-right-style: solid;
      border-bottom-style: solid;
      border-left-style: solid;
      background-color: #fff;
      border-radius: 67px;
      padding-top: 11px;
      padding-bottom: 11px;
      border-top-color: #fff;
      border-right-color: #fff;
      border-bottom-color: #fff;
      border-left-color: #fff;
      -webkit-transition-duration: .25s;
      -o-transition-duration: .25s;
      transition-duration: .25s;
      -webkit-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      line-height: 1.225;
      font-size: 18px;
      color: #015570;
      text-transform: capitalize; }
      .nav-steps .nav-wrapper .nav-link.active {
        border-color: #015570;
        color: #015570;
        border: 2px solid;
        background: #f5f5f5;
        border-radius: 67px; }
      .nav-steps .nav-wrapper .nav-link:hover {
        color: #76bc21; }

.stepsHomepage .step-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-top-width: 12px;
  border-right-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 50%;
  overflow: hidden;
  width: 400px;
  height: 400px; }
  @media screen and (max-width: 991px) {
    .stepsHomepage .step-img {
      width: 100%;
      height: 100%;
      border-top-width: 5px;
      border-right-width: 5px;
      border-bottom-width: 5px;
      border-left-width: 5px; } }
  .stepsHomepage .step-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.stepsHomepage .step-title {
  font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * .8333)), 2.6rem);
  line-height: 1.2;
  color: #015570;
  margin-bottom: 0; }

.stepsHomepage .step-description {
  margin-top: 10px;
  margin-bottom: 41px;
  max-width: 357px;
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - .32rem) * .3571)), 1.8rem); }
  @media screen and (max-width: 991px) {
    .stepsHomepage .step-description {
      font-size: 18px; } }

.section-3 {
  padding-top: 100px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto; }
  .section-3 .titleSection-3 h2 {
    font-size: clamp(2.3rem, calc(2.3rem + ((1vw - .32rem) * 2.6042)), 4.8rem);
    line-height: 1.2;
    color: #015570;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 7px; }
  .section-3 .descriptionSection-3 {
    width: 80%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 991px) {
      .section-3 .descriptionSection-3 {
        width: 100%; } }
    .section-3 .descriptionSection-3 p {
      margin-bottom: 0; }

.cpt-85 {
  padding-top: 85px; }

.infoColumnRight {
  margin-bottom: 63px; }

.leftColumn h2 {
  font-size: clamp(2.3rem, calc(2.3rem + ((1vw - .32rem) * 2.6042)), 4.8rem);
  font-weight: 500;
  line-height: 1.2;
  color: #015570; }

.leftColumn .textColumnLeft {
  margin-top: 10px;
  max-width: 399px; }

.leftColumn p {
  margin-bottom: 0; }

.img-columnRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media screen and (max-width: 991px) {
    .img-columnRight {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 15px; } }

@media screen and (max-width: 991px) {
  .text-columnRight {
    text-align: center; } }

.text-columnRight h3 {
  font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * .8333)), 2.6rem);
  line-height: 1.2;
  color: #015570; }

@media screen and (max-width: 991px) {
  .text-columnRight .btnArrow {
    display: inline-block;
    margin: auto; } }

.section-4 {
  background-color: #efffdc;
  padding-top: 75px;
  padding-right: 25px;
  padding-bottom: 75px;
  padding-left: 25px; }
  @media screen and (max-width: 991px) {
    .section-4 .title-block-homepage {
      font-size: 30px; } }
  @media screen and (max-width: 991px) {
    .section-4 .descriptionSection-4 {
      font-size: 18px; } }

.card-testimonial {
  margin: 20px 20px;
  position: relative; }
  .card-testimonial::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 51px;
    height: 51px;
    background: #76bc21;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom-right-radius: 10px; }
  .card-testimonial .text-testimonial, .card-testimonial .textTestimonial {
    position: relative;
    padding: 40px;
    background: #76bc21;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 262px; }
    .card-testimonial .text-testimonial p, .card-testimonial .textTestimonial p {
      color: #efffdc;
      font-size: 22px; }
  .card-testimonial .info-testimonial {
    background: #76bc21;
    color: #fff;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px 34px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .card-testimonial .info-testimonial {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .card-testimonial .info-testimonial::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: calc(100% - 80px);
      height: 2px;
      background-color: rgba(239, 255, 220, 0.5); }
    .card-testimonial .info-testimonial .row {
      margin-top: 30px; }
    .card-testimonial .info-testimonial img {
      border-radius: 50%;
      width: 95px;
      height: 95px;
      border: 5px solid #efffdc; }
      @media screen and (max-width: 991px) {
        .card-testimonial .info-testimonial img {
          margin: auto; } }
    .card-testimonial .info-testimonial p:not(.gender) {
      margin-bottom: 0;
      font-weight: bold;
      text-align: left; }
      @media screen and (max-width: 991px) {
        .card-testimonial .info-testimonial p:not(.gender) {
          text-align: center; } }
    .card-testimonial .info-testimonial p.gender {
      font-size: 16px; }

.who-we-are-1 {
  padding-top: 110px; }
  .who-we-are-1 .subtitle {
    padding: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 31px;
    margin-left: 0px;
    width: 100%;
    font-size: 14px;
    color: #76bc21;
    text-align: left;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2em; }
  .who-we-are-1 .img-who-we-are-1 {
    z-index: -1;
    position: relative; }

.line-color-who-we-are-1 {
  margin-top: -150px;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 991px) {
    .line-color-who-we-are-1 {
      margin-top: -70px; } }

.who-we-are-2 {
  padding-top: 158px;
  padding-bottom: 116px;
  background-color: #efffdc; }
  @media screen and (max-width: 991px) {
    .who-we-are-2 {
      padding-top: 30px;
      padding-bottom: 50px; }
      .who-we-are-2 img {
        width: 60vw;
        margin-left: auto; } }
  .who-we-are-2 h3 {
    font-size: clamp(2.4rem, calc(2.4rem + ((1vw - .32rem) * 2.1429)), 4.8rem); }
  .who-we-are-2 p {
    margin-top: 10px;
    margin-bottom: 41px;
    max-width: 516px;
    font-size: clamp(1.4rem, calc(1.4rem + ((1vw - .32rem) * .3571)), 1.8rem); }
    @media screen and (max-width: 991px) {
      .who-we-are-2 p {
        font-size: 18px; } }

.line-color-who-we-are-2 {
  margin-top: -1px;
  margin-bottom: -9.2vw;
  position: relative;
  z-index: 2; }

.who-we-are-3 {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  background-color: #e2f7ff;
  padding-top: 75px;
  padding-bottom: 38px; }
  .who-we-are-3 .container-fluid {
    padding-top: 80px; }
  .who-we-are-3 h2 {
    font-size: clamp(2.4rem, calc(2.4rem + ((1vw - .32rem) * 2.1429)), 4.8rem); }
  .who-we-are-3 p {
    max-width: 516px;
    margin-top: 10px;
    margin-bottom: 41px;
    font-size: clamp(1.4rem, calc(1.4rem + ((1vw - .32rem) * .3571)), 1.8rem); }
    @media screen and (max-width: 991px) {
      .who-we-are-3 p {
        font-size: 18px; } }
  .who-we-are-3 .wrapper-who-we-are-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left; }
    .who-we-are-3 .wrapper-who-we-are-3 .img-who-we-are-3 {
      border: 12px solid white;
      border-radius: 50%;
      overflow: hidden;
      width: 34.7222vw;
      height: 34.7222vw;
      max-width: 500px;
      max-height: 500px;
      background-color: #fff;
      min-width: 130px;
      min-height: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media screen and (max-width: 991px) {
        .who-we-are-3 .wrapper-who-we-are-3 .img-who-we-are-3 {
          width: 100vw;
          height: 100vw;
          max-width: 100%;
          max-height: 100%;
          min-width: calc(100vw - 50px);
          min-height: calc(100vw - 50px); }
          .who-we-are-3 .wrapper-who-we-are-3 .img-who-we-are-3 img {
            width: 100%;
            max-width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center; } }
    .who-we-are-3 .wrapper-who-we-are-3 .cStar {
      max-width: 84px;
      margin-left: -12px;
      margin-top: 28px;
      width: 5.8333vw; }

.line-color-who-we-are-3 {
  margin-top: -1px;
  margin-bottom: 0vw; }

.who-we-are-4 {
  padding-top: 66px;
  padding-bottom: 114px; }
  .who-we-are-4 .img-location {
    width: 34.7222vw;
    height: 34.7222vw;
    max-width: 500px;
    max-height: 500px;
    background-color: #fff;
    min-width: 130px;
    min-height: 130px;
    border: 12px solid #e2f7ff;
    border-radius: 50%;
    overflow: hidden;
    display: none; }
    @media screen and (max-width: 991px) {
      .who-we-are-4 .img-location {
        width: 100vw;
        height: 100vw;
        max-width: 100%;
        max-height: 100%;
        min-width: calc(100vw - 50px);
        min-height: calc(100vw - 50px); }
        .who-we-are-4 .img-location img {
          width: 100%;
          max-width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center center;
          object-position: center center; } }
    .who-we-are-4 .img-location img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%;
      max-width: 100%;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center; }
    .who-we-are-4 .img-location.active {
      display: block; }
  .who-we-are-4 .heading-block {
    margin-bottom: 30px; }
    .who-we-are-4 .heading-block h1, .who-we-are-4 .heading-block h2, .who-we-are-4 .heading-block h3, .who-we-are-4 .heading-block h4, .who-we-are-4 .heading-block h5, .who-we-are-4 .heading-block h6 {
      font-size: clamp(2.4rem, calc(2.4rem + ((1vw - .32rem) * 2.1429)), 4.8rem); }
  .who-we-are-4 .tabs-wrapper {
    border-radius: 67px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .who-we-are-4 .tabs-wrapper {
        background-color: transparent;
        gap: 10px; } }
    .who-we-are-4 .tabs-wrapper div {
      padding-top: 5px;
      padding-right: 0px;
      padding-bottom: 5px;
      padding-left: 0px;
      min-width: calc(100% / 3); }
      .who-we-are-4 .tabs-wrapper div button {
        padding-top: 11px;
        padding-bottom: 11px;
        width: 100%;
        text-align: center;
        border: 2px solid transparent;
        border-radius: 67px;
        background-color: transparent;
        font-size: 18px;
        color: #015570;
        text-transform: capitalize;
        line-height: 1.225; }
        @media screen and (max-width: 991px) {
          .who-we-are-4 .tabs-wrapper div button {
            background-color: #f5f5f5; } }
        .who-we-are-4 .tabs-wrapper div button.active {
          border: 2px solid #015570;
          background-color: white; }
          .who-we-are-4 .tabs-wrapper div button.active:hover {
            color: #015570; }
        .who-we-are-4 .tabs-wrapper div button:hover {
          color: #76bc21; }
  .who-we-are-4 .tab-location {
    margin-top: 40px;
    display: none; }
    .who-we-are-4 .tab-location.active {
      display: block; }
    .who-we-are-4 .tab-location .name-location {
      font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * .8333)), 2.6rem);
      line-height: 1.2;
      color: #015570; }
    .who-we-are-4 .tab-location .description-location {
      max-width: 520px;
      margin-bottom: 27px;
      margin-top: 10px;
      font-size: clamp(1.4rem, calc(1.4rem +((1vw - .32rem)* .3571)), 1.8rem); }
      @media screen and (max-width: 991px) {
        .who-we-are-4 .tab-location .description-location {
          font-size: 18px; } }
    .who-we-are-4 .tab-location .info-comment {
      width: 100%;
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 34px;
      margin-bottom: 39px;
      background-color: #f5f5f5;
      border-radius: 17px; }
      .who-we-are-4 .tab-location .info-comment .img-comment {
        border: 5px solid white;
        border-radius: 50%;
        overflow: hidden;
        background-color: #fff;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 81px;
        height: 81px; }
        .who-we-are-4 .tab-location .info-comment .img-comment img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center center;
          object-position: center center; }
      .who-we-are-4 .tab-location .info-comment .name-comment {
        font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * -.1786)), 1.6rem);
        margin-bottom: 0; }
      .who-we-are-4 .tab-location .info-comment .job-comment {
        font-size: clamp(1.4rem, calc(1.4rem +((1vw - .32rem)* .1786)), 1.6rem);
        margin-bottom: 0; }

.how-it-works-1 {
  position: relative;
  margin-bottom: -300px;
  z-index: -1;
  padding-top: 56px;
  padding-bottom: 1px; }
  @media screen and (max-width: 991px) {
    .how-it-works-1 {
      margin-bottom: -100px; } }

.how-it-works-3 .subtitle {
  margin-bottom: 21px;
  font-size: 14px;
  color: #76bc21;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .2em; }

.how-it-works-3 h2 {
  font-size: clamp(2.3rem, calc(2.3rem + ((1vw - .32rem) * 2.6042)), 4.8rem);
  font-weight: 500;
  line-height: 1.2;
  color: #015570; }
  @media screen and (max-width: 991px) {
    .how-it-works-3 h2 {
      font-size: 30px; } }

.how-it-works-3 .text-how-it-works-3 {
  max-width: 500px;
  text-align: left;
  margin-top: 25px; }
  @media screen and (max-width: 991px) {
    .how-it-works-3 .text-how-it-works-3 p {
      font-size: 18px; } }

.how-it-works-3 .img-how-it-works-3 {
  border: 14px solid #e2f7ff;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 500px;
  height: 500px; }
  @media screen and (max-width: 991px) {
    .how-it-works-3 .img-how-it-works-3 {
      width: 100%;
      height: 100%; } }
  .how-it-works-3 .img-how-it-works-3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.how-it-works-3 .block-1-how-it-works-3 {
  padding-bottom: 100px;
  padding-top: 75px; }

.how-it-works-3 .block-2-how-it-works-3 {
  padding-bottom: 75px; }
  .how-it-works-3 .block-2-how-it-works-3 h2 {
    font-size: clamp(2.3rem, calc(2.3rem + ((1vw - .32rem) * 2.6042)), 4.8rem);
    line-height: 1.2;
    color: #015570;
    text-align: center;
    margin-bottom: 7px; }
    @media screen and (max-width: 991px) {
      .how-it-works-3 .block-2-how-it-works-3 h2 {
        font-size: 30px; } }
  .how-it-works-3 .block-2-how-it-works-3 .description-how-it-works-3 {
    width: 80%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 991px) {
      .how-it-works-3 .block-2-how-it-works-3 .description-how-it-works-3 {
        width: 100%;
        font-size: 18px; } }

.how-it-works-5 {
  padding-top: 87px;
  padding-bottom: 142px;
  text-align: center; }
  .how-it-works-5 h2 {
    font-size: clamp(2.3rem, calc(2.3rem + ((1vw - .32rem) * 2.6042)), 4.8rem);
    line-height: 1.2;
    color: #015570;
    text-align: center;
    margin-bottom: 7px; }
    @media screen and (max-width: 991px) {
      .how-it-works-5 h2 {
        font-size: 30px; } }
  .how-it-works-5 p {
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 45px; }
    @media screen and (max-width: 991px) {
      .how-it-works-5 p {
        font-size: 18px; } }

.are-you-elegible-1 {
  padding-top: 56px;
  padding-bottom: 1px; }
  .are-you-elegible-1 .wrapper-are-you-elegible-1 {
    margin-top: 44px; }
  @media screen and (max-width: 991px) {
    .are-you-elegible-1 h1 {
      font-size: 42px !important;
      line-height: 56px !important; } }

.are-you-elegible-2 {
  padding-top: 80px;
  padding-bottom: 77px;
  background-color: #efffdc; }
  .are-you-elegible-2 .img-are-you-elegible-2 {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    border: 14px solid white; }
    @media screen and (max-width: 991px) {
      .are-you-elegible-2 .img-are-you-elegible-2 {
        width: 100%;
        height: 100%; } }
    .are-you-elegible-2 .img-are-you-elegible-2 img {
      margin-left: 0;
      margin-right: auto;
      border-radius: 50%; }
  .are-you-elegible-2 .text-are-you-elegible-2 h2, .are-you-elegible-2 .text-are-you-elegible-2 h3 {
    font-size: 48px; }
    @media screen and (max-width: 991px) {
      .are-you-elegible-2 .text-are-you-elegible-2 h2, .are-you-elegible-2 .text-are-you-elegible-2 h3 {
        font-size: 34px; } }
  .are-you-elegible-2 .text-are-you-elegible-2 ul {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 1em; }

.c-vector-are-you-elegible-2 {
  margin-top: 0px;
  margin-bottom: 0vw;
  position: relative;
  z-index: 2;
  background-color: #e2f7ff; }

.are-you-elegible-3 {
  background-color: #e2f7ff;
  background-size: cover;
  background-repeat: repeat;
  padding-top: 54px;
  padding-bottom: 57.7px; }
  .are-you-elegible-3 .title-are-you-elegible-3 h2 {
    font-size: 48px;
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 991px) {
      .are-you-elegible-3 .title-are-you-elegible-3 h2 {
        margin-top: 40px;
        font-size: 34px; } }

.tab-content-are-you-elegible-3 {
  padding-top: 30px; }
  .tab-content-are-you-elegible-3 h3 {
    font-size: 24px;
    margin-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .tab-content-are-you-elegible-3 h3 {
        font-size: 22px; } }
  @media screen and (max-width: 991px) {
    .tab-content-are-you-elegible-3 p {
      font-size: 18px; } }
  .tab-content-are-you-elegible-3 ul {
    margin-top: 1em;
    margin-bottom: 1em; }
    .tab-content-are-you-elegible-3 ul li {
      background-image: url("../img/c_aproved_check_checkmark_ok_tick_icon-1.svg");
      background-repeat: no-repeat;
      background-position: left 10%;
      list-style: none;
      padding: 0 0 10px 34px; }
      @media screen and (max-width: 991px) {
        .tab-content-are-you-elegible-3 ul li {
          font-size: 18px; } }
  .tab-content-are-you-elegible-3 .item1-tab-img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .tab-content-are-you-elegible-3 .item1-tab-img img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      border-radius: 50%; }

.are-you-elegible-4 {
  padding-top: 107px;
  padding-bottom: 70px; }
  @media screen and (max-width: 991px) {
    .are-you-elegible-4 .card-location {
      padding-left: 15px;
      padding-right: 15px; } }

.card-location {
  border-radius: 34px;
  background-color: #e2f7ff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px; }
  .card-location .title-card-location {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px; }
  .card-location .text-card-location {
    margin-top: 10px;
    margin-bottom: 27px;
    max-width: 520px; }
    .card-location .text-card-location p {
      font-size: 18px; }

#nav-tab-are-you-elegible-4 {
  margin-top: 0 !important;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    #nav-tab-are-you-elegible-4 {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      #nav-tab-are-you-elegible-4 .nav-link {
        padding-left: 16px;
        padding-right: 16px; } }
  #nav-tab-are-you-elegible-4 .nav-link.active {
    background-color: white; }

.tab-content-are-you-elegible-4 .tab-pane-location1 h3, .tab-content-are-you-elegible-4 .tab-pane-location2 h3 {
  font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * .8333)), 2.6rem); }

.tab-content-are-you-elegible-4 .tab-pane-location1 p, .tab-content-are-you-elegible-4 .tab-pane-location2 p {
  font-size: 18px;
  max-width: 520px;
  margin-bottom: 27px; }

.tab-content-are-you-elegible-4 .tab-pane-location1 .embed-responsive, .tab-content-are-you-elegible-4 .tab-pane-location2 .embed-responsive {
  margin-top: 50px; }

.are-you-elegible-5 {
  padding-bottom: 120px; }

.action-are-elegible-1 {
  position: absolute;
  top: 60%;
  margin-top: -80px;
  width: 377px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .action-are-elegible-1::before {
    background-color: #fff;
    -webkit-filter: blur(17px);
    filter: blur(17px);
    width: 100%;
    height: 150%;
    position: absolute;
    z-index: -0;
    content: ""; }
  .action-are-elegible-1 a {
    text-align: center;
    background-color: #f1f8e9;
    border: 1px solid #f1f8e9;
    color: #87c43d;
    border-radius: 116px;
    border-top-color: #87c43d;
    border-right-color: #87c43d;
    border-bottom-color: #87c43d;
    border-left-color: #87c43d;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 22px;
    z-index: 1; }
    .action-are-elegible-1 a:focus {
      text-decoration: none; }

#imgModal .modal-header {
  border-bottom: 0; }

#imgModal .modal-content {
  border: 0;
  border-radius: 30px; }

#imgModal .modal-dialog {
  border-radius: 30px; }
  @media (min-width: 992px) {
    #imgModal .modal-dialog {
      max-width: 900px; } }

#imgModal .close {
  background-image: url("../img/cGroup-147.svg");
  background-size: cover;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 25px;
  top: 25px;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1; }

.modal-backdrop {
  background-color: rgba(1, 85, 112, 0.47); }

.locations-1 {
  padding-top: 56px;
  margin-bottom: 100px; }
  .locations-1 h1 {
    line-height: 69px;
    margin-top: 1px;
    padding-top: 0px;
    max-width: 630px; }
    @media screen and (max-width: 991px) {
      .locations-1 h1 {
        font-size: 45px;
        line-height: 56px; } }
  .locations-1 h3 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 25px; }
  .locations-1 .text-locations-1 {
    max-width: 524px;
    margin-top: 0px;
    margin-bottom: 0px; }
    .locations-1 .text-locations-1 p {
      font-size: 18px;
      line-height: 28px; }

.locations-2 {
  background-color: #e2f7ff;
  margin-top: -70px;
  margin-bottom: -50px; }
  @media screen and (max-width: 991px) {
    .locations-2 {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 0;
      margin-bottom: 0; } }
  .locations-2 h2 {
    margin-bottom: 25px;
    font-size: clamp(2.3rem, calc(2.3rem + ((1vw - .32rem) * 2.6042)), 4.8rem); }
    @media screen and (max-width: 991px) {
      .locations-2 h2 {
        text-align: center;
        font-size: 34px; } }
  .locations-2 h3 {
    font-size: 24px;
    margin-bottom: 15px; }

.locations-3 {
  padding-top: 65px;
  padding-bottom: 0; }
  @media screen and (max-width: 991px) {
    .locations-3 h2 {
      font-size: 34px; } }
  .locations-3 h3 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px; }
    @media screen and (max-width: 991px) {
      .locations-3 h3 {
        font-family: 'DM Sans';
        font-weight: bold;
        font-style: normal; } }
  .locations-3 p a {
    color: #76bc21; }
  .locations-3 .img-location-3 {
    width: 500px;
    height: 500px;
    margin-left: auto; }
    @media screen and (max-width: 991px) {
      .locations-3 .img-location-3 {
        width: 100%;
        height: 100%; } }
    .locations-3 .img-location-3 img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.locations-4 {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #ecffd9; }
  @media screen and (max-width: 991px) {
    .locations-4 h2 {
      font-size: 34px; } }
  .locations-4 .img-location-4 {
    max-width: 390px;
    max-height: 390px; }
    @media screen and (max-width: 991px) {
      .locations-4 .img-location-4 {
        margin: auto; } }
  .locations-4 h3 {
    margin-bottom: 20px;
    font-size: 26px; }

.irvine-1, .tempe-1 {
  margin-top: 62px;
  margin-bottom: 102px; }
  .irvine-1 h1, .tempe-1 h1 {
    padding-top: 31px; }
    @media screen and (max-width: 991px) {
      .irvine-1 h1, .tempe-1 h1 {
        font-size: 30px !important;
        line-height: 1.2 !important; } }
  .irvine-1 .img-irvine-1, .irvine-1 .img-tempe-1, .tempe-1 .img-irvine-1, .tempe-1 .img-tempe-1 {
    width: 500px;
    height: 500px; }
    @media screen and (max-width: 991px) {
      .irvine-1 .img-irvine-1, .irvine-1 .img-tempe-1, .tempe-1 .img-irvine-1, .tempe-1 .img-tempe-1 {
        width: 100%;
        height: 84.75vw; } }
    .irvine-1 .img-irvine-1 img, .irvine-1 .img-tempe-1 img, .tempe-1 .img-irvine-1 img, .tempe-1 .img-tempe-1 img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.irvine-2, .tempe-2 {
  background-color: #e2f7ff; }
  @media screen and (max-width: 991px) {
    .irvine-2, .tempe-2 {
      padding-top: 50px; } }

.irvine-3 .py-block1-irvine-3, .irvine-3 .py-block1-tempe-3, .tempe-3 .py-block1-irvine-3, .tempe-3 .py-block1-tempe-3 {
  padding-top: 125px;
  padding-bottom: 146px; }

.irvine-3 .irvine-map, .irvine-3 .tempe-map, .tempe-3 .irvine-map, .tempe-3 .tempe-map {
  background-color: #f5f5f5;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  border-radius: 17px; }
  .irvine-3 .irvine-map iframe, .irvine-3 .tempe-map iframe, .tempe-3 .irvine-map iframe, .tempe-3 .tempe-map iframe {
    width: 100%; }

.irvine-3 .content-banner-info, .tempe-3 .content-banner-info {
  min-height: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px; }
  .irvine-3 .content-banner-info .img-circle, .tempe-3 .content-banner-info .img-circle {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border: 13px solid #fff;
    width: 222px;
    height: 222px; }
    @media screen and (max-width: 991px) {
      .irvine-3 .content-banner-info .img-circle, .tempe-3 .content-banner-info .img-circle {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 35%;
        left: 50%; } }
    .irvine-3 .content-banner-info .img-circle img, .tempe-3 .content-banner-info .img-circle img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 50%; }
  .irvine-3 .content-banner-info .banner-info, .tempe-3 .content-banner-info .banner-info {
    width: 100%;
    padding-left: 177px;
    background-color: #f5f5f5;
    padding-top: 8px;
    padding-right: 30px;
    padding-bottom: 8px;
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 50px;
    margin-right: 15px; }
    @media screen and (max-width: 991px) {
      .irvine-3 .content-banner-info .banner-info, .tempe-3 .content-banner-info .banner-info {
        padding-left: 20px;
        padding-right: 14px;
        width: 100%;
        padding-top: 120px;
        padding-bottom: 33px;
        margin-top: 150px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0px; } }
    .irvine-3 .content-banner-info .banner-info .sub-img-circle, .tempe-3 .content-banner-info .banner-info .sub-img-circle {
      width: 81px;
      height: 81px;
      border-radius: 50%;
      background-color: #fff;
      border: 5px solid #fff; }
      .irvine-3 .content-banner-info .banner-info .sub-img-circle img, .tempe-3 .content-banner-info .banner-info .sub-img-circle img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center; }
    .irvine-3 .content-banner-info .banner-info .info-text p:has(strong), .tempe-3 .content-banner-info .banner-info .info-text p:has(strong) {
      font-size: 18px;
      margin-bottom: 0; }
    .irvine-3 .content-banner-info .banner-info .info-text p, .tempe-3 .content-banner-info .banner-info .info-text p {
      font-size: 16px; }

.irvine-3 .py-block2-irvine-3, .irvine-3 .py-block2-tempe-3, .tempe-3 .py-block2-irvine-3, .tempe-3 .py-block2-tempe-3 {
  padding-bottom: 120px; }

.research-1 {
  margin-top: 40px;
  padding-bottom: 10px; }

.ctop_blue_wave {
  margin-top: -45px;
  z-index: 1;
  position: relative; }

.research-2 {
  padding-top: 80px;
  padding-bottom: 80px; }
  .research-2 .img-wrapper-research-2 {
    width: 235px;
    margin-left: auto;
    margin-right: 1rem; }
  .research-2 .img-research-2 {
    width: 100%;
    height: auto; }
    .research-2 .img-research-2 img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center; }

.research-3 {
  padding-top: 80px;
  padding-bottom: 80px; }
  .research-3 .img-research-3 {
    width: 100%; }
    .research-3 .img-research-3 img {
      border-radius: 50%;
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center; }

.ul-list-close {
  padding: 0; }
  .ul-list-close li {
    background-image: url("../img/ccancel_delete_remove_close_stop_icon.svg");
    background-repeat: no-repeat;
    background-position: left 15%;
    list-style: none;
    padding: 0 0 10px 34px; }

.research-4 {
  padding-top: 75px; }

.research-5 {
  padding-top: 75px;
  padding-bottom: 47px; }
  .research-5 h2 {
    margin-bottom: 28px; }

.img-research-1 {
  position: relative;
  right: -100px; }

.sectionArticle {
  padding-bottom: 55px;
  padding-top: 75px; }

.teaserArticle .link-imgArticle .imgArticle img {
  border-radius: 18px;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  max-height: 233px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.teaserArticle .link-imgArticle:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.teaserArticle .link-titleArticle h1, .teaserArticle .link-titleArticle h2, .teaserArticle .link-titleArticle h3, .teaserArticle .link-titleArticle h4, .teaserArticle .link-titleArticle h5, .teaserArticle .link-titleArticle h6 {
  color: #015570;
  font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * .8333)), 2.6rem);
  line-height: 1.4;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }

.teaserArticle .link-titleArticle:hover h1, .teaserArticle .link-titleArticle:hover h2, .teaserArticle .link-titleArticle:hover h3, .teaserArticle .link-titleArticle:hover h4, .teaserArticle .link-titleArticle:hover h5, .teaserArticle .link-titleArticle:hover h6 {
  color: #76bc21; }

.block-featured-posts {
  margin-top: 57px;
  padding-bottom: 75px; }
  .block-featured-posts .subheading-text {
    margin-top: 10px;
    padding-bottom: 36px; }
    .block-featured-posts .subheading-text p {
      color: #5d5d5d;
      text-align: center;
      line-height: 1.6; }
  .block-featured-posts .subheading-text-v2 {
    font-size: 14px;
    color: #015570;
    letter-spacing: .2em;
    line-height: 19px;
    text-align: left;
    margin-bottom: 21px;
    text-transform: uppercase; }
  .block-featured-posts .customFeaturedPosts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(auto, 1fr))[12];
    grid-template-columns: repeat(12, minmax(auto, 1fr));
    grid-auto-rows: minmax(-webkit-min-content, 1fr);
    grid-auto-rows: minmax(min-content, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 4.652778vw;
    grid-row-gap: 3.1944vw; }
    .block-featured-posts .customFeaturedPosts [data-item-featured="1"] {
      -ms-grid-column-span: 8;
      grid-column: span 8;
      -ms-grid-row-span: 4;
      grid-row: span 4;
      height: 100%; }
      @media screen and (max-width: 991px) {
        .block-featured-posts .customFeaturedPosts [data-item-featured="1"] {
          -ms-grid-column-span: 12 !important;
          grid-column: span 12 !important;
          -ms-grid-row-span: 1 !important;
          grid-row: span 1 !important;
          height: 100%; } }
      @media screen and (min-width: 992px) {
        .block-featured-posts .customFeaturedPosts [data-item-featured="1"] .imgArticle img {
          height: 48.05556vw;
          max-height: 682px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center center;
          object-position: center center; } }
    .block-featured-posts .customFeaturedPosts [data-item-featured="2"] {
      -ms-grid-column-span: 4;
      grid-column: span 4;
      -ms-grid-row-span: 2;
      grid-row: span 2;
      height: 100%; }
      @media screen and (max-width: 991px) {
        .block-featured-posts .customFeaturedPosts [data-item-featured="2"] {
          -ms-grid-column-span: 12 !important;
          grid-column: span 12 !important;
          -ms-grid-row-span: 1 !important;
          grid-row: span 1 !important;
          height: 100%; } }
    .block-featured-posts .customFeaturedPosts [data-item-featured="3"] {
      -ms-grid-column-span: 4;
      grid-column: span 4;
      -ms-grid-row-span: 2;
      grid-row: span 2;
      height: 100%; }
      @media screen and (max-width: 991px) {
        .block-featured-posts .customFeaturedPosts [data-item-featured="3"] {
          -ms-grid-column-span: 12 !important;
          grid-column: span 12 !important;
          -ms-grid-row-span: 1 !important;
          grid-row: span 1 !important;
          height: 100%; } }

.block-resources .tabs-filter .form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 67px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }

.block-resources .tabs-filter .form-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }
  .block-resources .tabs-filter .form-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .block-resources .tabs-filter .form-item input + label {
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    color: #015570;
    text-align: center;
    line-height: 1;
    font-size: clamp(1.6rem, calc(1.6rem +((1vw - .32rem)* .1786)), 1.8rem);
    margin-bottom: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .block-resources .tabs-filter .form-item input + label:hover {
      color: #76bc21; }
  .block-resources .tabs-filter .form-item input[checked="checked"] + label {
    width: 100%;
    border: 2px solid #015570;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 67px;
    background-color: white; }
    .block-resources .tabs-filter .form-item input[checked="checked"] + label:hover {
      color: #015570; }

.block-resources .teaserArticle {
  padding-bottom: 90px; }

.block-resources-recommended {
  background-color: #e2f7ff; }

.block-title-resource {
  margin: auto;
  max-width: 1234px;
  padding-top: 25px;
  padding-bottom: 75px;
  padding-right: 25px;
  padding-left: 25px; }
  .block-title-resource .custom-breadcrumb .custom-item-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 17px;
    width: 155px; }
  .block-title-resource .custom-breadcrumb a {
    display: inline-block;
    color: inherit; }
    .block-title-resource .custom-breadcrumb a img {
      width: 20px;
      float: left; }
    .block-title-resource .custom-breadcrumb a div {
      font-size: 18px;
      color: #86ba40;
      margin-bottom: 0px;
      float: left; }
  .block-title-resource .title-resource h1 {
    text-align: center;
    margin-bottom: 18px;
    font-size: clamp(2.4rem, calc(2.4rem + ((1vw - .32rem) * 2.1429)), 4.8rem);
    color: #015570;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 25px; }

.image-resource {
  text-align: center;
  margin-bottom: 72px; }
  .image-resource img {
    width: 100%;
    max-width: 1000px;
    height: auto; }

.c-body-resources {
  padding-top: 0 !important;
  max-width: 1020px;
  padding-bottom: 72px;
  margin: auto; }
  .c-body-resources .c-content-resources {
    padding-left: 100px;
    padding-right: 100px; }
    .c-body-resources .c-content-resources p {
      color: #5d5d5d;
      font-size: clamp(1.4rem, calc(1.4rem + ((1vw - .32rem) * .3571)), 1.8rem);
      margin: 0;
      margin-bottom: 30px; }
    .c-body-resources .c-content-resources h2, .c-body-resources .c-content-resources h3, .c-body-resources .c-content-resources h4, .c-body-resources .c-content-resources h5, .c-body-resources .c-content-resources h6 {
      font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * .7143)), 2.6rem);
      font-weight: 700;
      color: #015570;
      text-align: left;
      margin-bottom: 21px; }
    .c-body-resources .c-content-resources a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 16px;
      font-weight: 700;
      line-height: 1.7;
      text-decoration: none;
      font-size: clamp(1.2rem, calc(1.2rem + ((1vw - .32rem) * .5357)), 1.8rem);
      color: #76bc21; }
    .c-body-resources .c-content-resources img {
      max-width: 100%;
      height: auto; }
    .c-body-resources .c-content-resources ul {
      padding: 0;
      padding-left: 20px; }
      .c-body-resources .c-content-resources ul li {
        display: list-item;
        color: #5d5d5d;
        font-size: clamp(1.4rem, calc(1.4rem + ((1vw - .32rem) * .3571)), 1.8rem);
        margin: 0;
        margin-bottom: 30px; }

.articlesEvents {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-right: 25px;
  padding-left: 25px; }
  .articlesEvents h2 {
    font-size: 48px; }

.w-fc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media screen and (min-width: 992px) {
  .w-lg-fc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; } }

.referral-program-1 {
  padding-left: 7vw; }
  .referral-program-1 .container {
    max-width: 100%; }
  .referral-program-1 .cPy {
    padding-bottom: 102px;
    padding-top: 100px; }

.referral-program-2 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .referral-program-2 .img-referral-program-2 img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }
  .referral-program-2 h2 {
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 1.2; }
  .referral-program-2 ul {
    padding-left: 48px;
    margin: 0 0 0 0; }
    .referral-program-2 ul li {
      margin-bottom: 20px;
      display: list-item; }

.referral-program-3 {
  padding-top: 75px;
  padding-bottom: 62px; }
  .referral-program-3 h2 {
    font-size: 48px;
    margin-bottom: 12px;
    max-width: 100%; }
  .referral-program-3 ul {
    padding: 0; }
    .referral-program-3 ul li {
      background-image: url("../img/caproved_check_checkmark_ok_tick_icon-1.svg");
      background-repeat: no-repeat;
      background-position: left 10%;
      list-style: none;
      padding: 0 0 10px 34px;
      display: list-item; }
      .referral-program-3 ul li h5 {
        font-size: 24px; }

.referral-program-4 {
  padding-top: 62px;
  padding-bottom: 70px; }
  .referral-program-4 .main-h2 {
    font-size: 48px;
    margin-bottom: 12px;
    max-width: 100%; }
  .referral-program-4 .nav-tabs-general {
    margin-top: 0 !important;
    margin-bottom: 30px; }
    .referral-program-4 .nav-tabs-general .nav-link.active {
      background-color: white; }
  .referral-program-4 .tabsForLocations {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 34px;
    background-color: #e2f7ff; }

.referral-program-5 {
  background-color: #efffdc;
  padding-top: 97px; }
  .referral-program-5 .img-referral-program-5 img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }
  .referral-program-5 h5 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2;
    margin-top: 25px; }
  .referral-program-5 ul li {
    display: list-item;
    background-image: url("../img/caproved_check_checkmark_ok_tick_icon-1.svg");
    background-repeat: no-repeat;
    background-position: left 10%;
    list-style: none;
    padding: 0 0 10px 34px; }

.referral-program-6 {
  padding-top: 50px; }
  .referral-program-6 .tab-content-general .step-img {
    background-color: white;
    width: 268px;
    height: 268px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .referral-program-6 .tab-content-general .step-img img {
      -o-object-fit: contain;
      object-fit: contain;
      width: 200px;
      -o-object-position: center center;
      object-position: center center;
      height: auto; }

.referral-program-7 {
  margin-top: 67px; }
  .referral-program-7 .cFormReferralProgram {
    background-color: #e2f7ff;
    padding-top: 118px;
    padding-bottom: 118px;
    border-radius: 34px; }
    .referral-program-7 .cFormReferralProgram p {
      font-size: 14px;
      color: #98a1a8; }
      .referral-program-7 .cFormReferralProgram p a {
        color: #76bc21;
        text-decoration: underline; }
        .referral-program-7 .cFormReferralProgram p a:hover, .referral-program-7 .cFormReferralProgram p a:focus {
          color: #76bc21;
          text-decoration: none; }
    .referral-program-7 .cFormReferralProgram .captcha__title {
      display: none !important; }
    .referral-program-7 .cFormReferralProgram .captcha {
      margin-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px; }
    .referral-program-7 .cFormReferralProgram .form-actions {
      width: 100%; }
  .referral-program-7 h2 {
    margin-bottom: 25px; }
  .referral-program-7 .form-item label {
    font-size: clamp(1.6rem, calc(1.6rem + ((1vw - .32rem) * .1786)), 1.8rem) !important;
    color: #015570;
    margin-bottom: 8px; }
    .referral-program-7 .form-item label::after {
      display: inline-block;
      content: '(Required)';
      color: #c02b0a;
      font-style: italic;
      font-size: 13.008px;
      -webkit-padding-start: .125em;
      padding-inline-start: .125em; }
  .referral-program-7 .form-item .form-control {
    font-size: 15px;
    border-radius: 7px;
    border: 1px solid #015570;
    background: #fff;
    padding: 10px 16px !important;
    height: 48px;
    outline: none;
    color: #015570; }
  .referral-program-7 .form-item .form-item--error-message {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
    color: #c02b0a;
    font-size: 14px !important;
    padding: 12.992px 10px !important; }
  .referral-program-7 .btn-template-5 {
    margin-top: 30px;
    margin-left: 1.25rem; }

.referral-program-8 {
  padding-top: 71px;
  margin-bottom: 100px; }

.section-apply-program {
  padding-top: 80px;
  padding-bottom: 75px;
  padding-left: 25px;
  padding-right: 25px; }
  .section-apply-program h1 {
    margin-bottom: 15px; }
  .section-apply-program h2, .section-apply-program h3 {
    font-size: 26px;
    line-height: 31px;
    color: #015570;
    margin-top: 50px;
    margin-bottom: 10px; }
  .section-apply-program ul {
    padding: 0; }
    .section-apply-program ul li {
      display: list-item;
      background-image: url("../img/caproved_check_checkmark_ok_tick_icon-1.svg");
      background-repeat: no-repeat;
      background-position: left 10%;
      list-style: none;
      padding: 0 0 10px 34px;
      margin-left: 40px; }
      @media only screen and (max-width: 767px) {
        .section-apply-program ul li {
          margin-left: 0; } }

.errorTab {
  background: #fff9f9;
  border-radius: 5px;
  border: 1.5px solid #c02b0a;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
  -webkit-margin-after: 8px;
  margin-block-end: 8px;
  -webkit-margin-before: 8px;
  margin-block-start: 8px;
  padding-block: 16px;
  -webkit-padding-end: 16px;
  padding-inline-end: 16px;
  -webkit-padding-start: 18px;
  padding-inline-start: 18px;
  position: relative;
  width: 100%;
  margin-bottom: 40px; }
  .errorTab p {
    color: #c02b0a;
    font-size: 13.2px;
    font-weight: 500;
    line-height: 17.6px;
    -webkit-margin-after: 12px;
    margin-block-end: 12px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    margin-inline: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .errorTab p::before {
      font-size: 20px;
      content: '\f06a';
      color: #c02b0a;
      margin-right: 10px; }

.cformApply .tabs {
  border-bottom: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cformApply .tabs .item-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 25px 13px 25px; }
    @media only screen and (max-width: 1100px) {
      .cformApply .tabs .item-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .cformApply .tabs .item-tab span {
          margin-top: 16px; } }
    @media only screen and (max-width: 767px) {
      .cformApply .tabs .item-tab {
        width: 33%;
        text-align: center; } }
    .cformApply .tabs .item-tab.active {
      border-radius: 20px 20px 0px 0px;
      background: #E2F7FF;
      position: relative; }
      .cformApply .tabs .item-tab.active .number {
        background: #76BC21;
        color: #fff; }
      .cformApply .tabs .item-tab.active:after {
        position: absolute;
        content: '';
        width: 100%;
        height: calc(100% + 20px);
        top: 0;
        left: 0;
        background: #E2F7FF;
        z-index: -1;
        border-radius: 20px 20px 0px 0px; }
    .cformApply .tabs .item-tab .number {
      border: 4px solid #76BC21;
      width: 33px;
      height: 33px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 20px;
      color: #585e6a;
      font-size: 14px;
      text-align: center; }
    .cformApply .tabs .item-tab span {
      font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.1786)), 1.8rem) !important;
      line-height: 23px;
      text-transform: capitalize;
      color: #015570;
      padding-left: 11px; }

.cformApply .cContent {
  padding: 40px 40px 40px 40px;
  background: #E2F7FF;
  border-radius: 20px 20px 20px 20px; }
  @media only screen and (max-width: 768px) {
    .cformApply .cContent {
      padding: 20px 20px 20px 20px; } }
  .cformApply .cContent .v-hidden {
    visibility: hidden; }
  .cformApply .cContent .tab-form .form-group label {
    margin-bottom: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28.8px;
    color: #015570;
    padding-left: 4px !important; }
    .cformApply .cContent .tab-form .form-group label span {
      font-style: italic;
      font-weight: 400;
      color: #c02b0a;
      display: inline-block;
      font-size: 13.008px;
      -webkit-padding-start: 0.125em;
      padding-inline-start: 0.125em;
      line-height: 1 !important; }
  .cformApply .cContent .tab-form .form-group .desc {
    letter-spacing: normal;
    line-height: inherit;
    padding-top: 13px;
    width: 100%;
    font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.32rem) * 0.2083)), 1.4rem); }
  .cformApply .cContent .tab-form .form-group .desc-zipcode {
    line-height: 1.6;
    display: block; }
  .cformApply .cContent .tab-form .form-control {
    border-radius: 7px;
    border: 2px solid #015570;
    height: 48px;
    outline: none;
    color: #5d5d5d;
    font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.4167)), 1.8rem); }
  .cformApply .cContent .tab-form #date-error, .cformApply .cContent .tab-form #height_ft-error, .cformApply .cContent .tab-form #height_in-error, .cformApply .cContent .tab-form #weight-error, .cformApply .cContent .tab-form #gender-error, .cformApply .cContent .tab-form #zipcode-error, .cformApply .cContent .tab-form #zipcode2-error, .cformApply .cContent .tab-form #program-error, .cformApply .cContent .tab-form #g-recaptcha-response-error, .cformApply .cContent .tab-form #friendname-error, .cformApply .cContent .tab-form #friendlastname-error, .cformApply .cContent .tab-form #friendemail-error, .cformApply .cContent .tab-form #friendphone-error, .cformApply .cContent .tab-form #friendrelationship-error {
    display: none !important; }
  .cformApply .cContent .tab-form .divError {
    -ms-grid-column-span: 12;
    grid-column: span 12; }
  .cformApply .cContent .tab-form-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%;
    grid-row-gap: 21px !important;
    grid-column-gap: 18px !important; }
    .cformApply .cContent .tab-form-1 .form-group-date {
      -ms-grid-column-span: 5;
      grid-column: span 5; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-date {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-1 .form-group-height-ft {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      min-width: 0; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-height-ft {
          -ms-grid-column-span: 3;
          grid-column: span 3; } }
      @media (max-width: 1280px) {
        .cformApply .cContent .tab-form-1 .form-group-height-ft {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
      .cformApply .cContent .tab-form-1 .form-group-height-ft label {
        position: relative; }
        .cformApply .cContent .tab-form-1 .form-group-height-ft label span {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          padding-left: 4px; }
      .cformApply .cContent .tab-form-1 .form-group-height-ft #height_ft {
        width: 64px !important; }
    .cformApply .cContent .tab-form-1 .form-group-height-in {
      -ms-grid-column-span: 2;
      grid-column: span 2; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-height-in {
          -ms-grid-column-span: 3;
          grid-column: span 3; } }
      .cformApply .cContent .tab-form-1 .form-group-height-in label {
        position: relative; }
        .cformApply .cContent .tab-form-1 .form-group-height-in label span {
          position: absolute;
          top: 3px; }
      .cformApply .cContent .tab-form-1 .form-group-height-in #height_in {
        width: 64px !important; }
    .cformApply .cContent .tab-form-1 .form-group-weight {
      -ms-grid-column-span: 3;
      grid-column: span 3; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-weight {
          -ms-grid-column-span: 4;
          grid-column: span 4; } }
      .cformApply .cContent .tab-form-1 .form-group-weight label {
        position: relative; }
        .cformApply .cContent .tab-form-1 .form-group-weight label span {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          padding-left: 4px; }
      .cformApply .cContent .tab-form-1 .form-group-weight #weight {
        width: 82px !important; }
    .cformApply .cContent .tab-form-1 .form-group-gender {
      -ms-grid-column-span: 12;
      grid-column: span 12;
      min-width: 0; }
      .cformApply .cContent .tab-form-1 .form-group-gender legend {
        position: relative;
        margin-bottom: 0 !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 28.8px;
        color: #015570;
        padding-left: 4px !important; }
        .cformApply .cContent .tab-form-1 .form-group-gender legend span {
          font-style: italic;
          font-weight: 400;
          color: #c02b0a;
          display: inline-block;
          font-size: 13.008px;
          -webkit-padding-start: 0.125em;
          padding-inline-start: 0.125em;
          line-height: 1 !important; }
      .cformApply .cContent .tab-form-1 .form-group-gender .wrapper-gender {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: inherit;
        margin-top: 9px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .cformApply .cContent .tab-form-1 .form-group-gender .wrapper-gender .item-gender {
          display: inline-block;
          -webkit-padding-end: 16px;
          padding-inline-end: 16px;
          vertical-align: top;
          border-radius: 77px;
          height: 60px;
          width: 140px;
          max-width: 140px;
          position: relative; }
          @media only screen and (max-width: 1181px) {
            .cformApply .cContent .tab-form-1 .form-group-gender .wrapper-gender .item-gender {
              width: 48%;
              max-width: 48%;
              margin-bottom: 10px; } }
          .cformApply .cContent .tab-form-1 .form-group-gender .wrapper-gender .item-gender:last-child {
            width: 100%;
            max-width: 100%;
            margin: 10px 0 0 0; }
          .cformApply .cContent .tab-form-1 .form-group-gender .wrapper-gender .item-gender input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: pointer;
            max-width: 100%;
            display: inline-block;
            margin-top: 0;
            top: 0;
            vertical-align: middle; }
          .cformApply .cContent .tab-form-1 .form-group-gender .wrapper-gender .item-gender label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #ffffff !important;
            border: none;
            border-radius: 20px;
            padding-left: 0 !important; }
          .cformApply .cContent .tab-form-1 .form-group-gender .wrapper-gender .item-gender input + label {
            width: 100%;
            height: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            line-height: 44px !important;
            font-weight: 500 !important;
            font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.2083)), 1.8rem) !important;
            color: #015570 !important;
            max-width: 100% !important;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border: 2px solid #fff; }
          .cformApply .cContent .tab-form-1 .form-group-gender .wrapper-gender .item-gender input:checked + label {
            background: #fff !important;
            border: 2px solid #015570; }
    .cformApply .cContent .tab-form-1 .form-group-zipcode {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-zipcode {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-1 .form-group-zipcode2 {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-zipcode2 {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-1 .form-group-race {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-race {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
      .cformApply .cContent .tab-form-1 .form-group-race select {
        position: relative; }
        .cformApply .cContent .tab-form-1 .form-group-race select::after {
          content: "";
          border-radius: 1px;
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-top: 11px solid #76BC21;
          pointer-events: none; }
    .cformApply .cContent .tab-form-1 .form-group-other-race {
      -ms-grid-column-span: 12;
      grid-column: span 12; }
      .cformApply .cContent .tab-form-1 .form-group-other-race.active {
        display: block; }
    .cformApply .cContent .tab-form-1 .form-group-employer {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-employer {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-1 .form-group-program {
      -ms-grid-column-span: 12;
      grid-column: span 12;
      position: relative; }
      .cformApply .cContent .tab-form-1 .form-group-program select {
        position: relative; }
        .cformApply .cContent .tab-form-1 .form-group-program select::after {
          content: "";
          border-radius: 1px;
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-top: 11px solid #76BC21;
          pointer-events: none; }
    .cformApply .cContent .tab-form-1 .form-group-friend-name {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-friend-name {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-1 .form-group-friend-lastname {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-friend-lastname {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-1 .form-group-friend-email {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-friend-email {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-1 .form-group-friend-phone {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-1 .form-group-friend-phone {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-1 .form-group-friend-relationship {
      -ms-grid-column-span: 12;
      grid-column: span 12; }
    .cformApply .cContent .tab-form-1 .form-group-recaptcha {
      -ms-grid-column-span: 12;
      grid-column: span 12; }
  .cformApply .cContent .wrapper-btn {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    text-align: right;
    position: relative;
    padding: 40px 0 0 0;
    margin: 6px 0 0; }
    .cformApply .cContent .wrapper-btn::before {
      content: '';
      position: absolute;
      height: 1px;
      background: #01557057;
      top: 0;
      left: -40px;
      max-width: 960px;
      width: calc(100% + 80px); }
      @media only screen and (max-width: 768px) {
        .cformApply .cContent .wrapper-btn::before {
          max-width: calc(100% + 40px);
          width: calc(100% + 80px);
          left: -20px; } }
  .cformApply .cContent .errorField {
    font-size: 14px;
    background: #fff9f9;
    border: 1px solid #c02b0a;
    color: #c02b0a;
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
    width: 100%;
    padding: 12.992px 10px !important;
    display: none; }
  .cformApply .cContent .tab-form-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%;
    grid-row-gap: 21px !important;
    grid-column-gap: 18px !important; }
    .cformApply .cContent .tab-form-2 .heading-tab {
      -ms-grid-column-span: 12;
      grid-column: span 12; }
      .cformApply .cContent .tab-form-2 .heading-tab h3 {
        color: #015570;
        font-size: 26px;
        font-style: normal;
        line-height: 31.2px;
        margin: 0; }
      .cformApply .cContent .tab-form-2 .heading-tab span {
        color: #C02B0A;
        font-size: 13.008px;
        font-style: italic;
        font-weight: 400;
        line-height: 20.813px; }
    .cformApply .cContent .tab-form-2 .form-group-sub {
      -ms-grid-column-span: 12;
      grid-column: span 12;
      margin: 0 0 39px 0; }
      .cformApply .cContent .tab-form-2 .form-group-sub legend {
        font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.3571)), 1.8rem) !important;
        font-weight: 400 !important;
        color: #5d5d5d !important;
        margin-top: 7px;
        margin-bottom: 4px !important; }
        @media only screen and (max-width: 767px) {
          .cformApply .cContent .tab-form-2 .form-group-sub legend {
            font-size: 18px !important; } }
      .cformApply .cContent .tab-form-2 .form-group-sub .wrapper-subquestions {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.9vw;
        margin-top: 9px; }
        .cformApply .cContent .tab-form-2 .form-group-sub .wrapper-subquestions .item-sub {
          max-width: 130px;
          background: #F5F5F5;
          border-radius: 77px;
          height: 48px;
          width: 50%;
          position: relative;
          padding-right: 0 !important;
          display: inline-block;
          -webkit-padding-end: 16px;
          padding-inline-end: 16px;
          vertical-align: top; }
          .cformApply .cContent .tab-form-2 .form-group-sub .wrapper-subquestions .item-sub input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: pointer;
            max-width: 100%;
            display: inline-block;
            margin-top: 0;
            vertical-align: middle; }
            .cformApply .cContent .tab-form-2 .form-group-sub .wrapper-subquestions .item-sub input + label {
              border-radius: 20px;
              border: 2px solid #FFF;
              background: #FFF !important;
              width: 100%;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              height: 100%;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -ms-flex-line-pack: center;
              align-content: center;
              line-height: 44px !important;
              font-weight: 500 !important;
              font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.2083)), 1.8rem) !important;
              color: #015570 !important;
              max-width: 100% !important;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              margin-bottom: 0;
              vertical-align: middle; }
              .cformApply .cContent .tab-form-2 .form-group-sub .wrapper-subquestions .item-sub input + label:hover, .cformApply .cContent .tab-form-2 .form-group-sub .wrapper-subquestions .item-sub input + label:focus {
                color: #76bc21; }
            .cformApply .cContent .tab-form-2 .form-group-sub .wrapper-subquestions .item-sub input:checked + label {
              background: #fff !important;
              border: 2px solid #015570; }
    .cformApply .cContent .tab-form-2 .form-group-subQ5 .wrapper-subquestions .item-sub {
      width: 100%;
      max-width: 100%;
      height: auto; }
      .cformApply .cContent .tab-form-2 .form-group-subQ5 .wrapper-subquestions .item-sub input {
        max-width: 100%;
        visibility: hidden;
        cursor: pointer;
        display: inline-block;
        margin-top: 0;
        vertical-align: middle; }
        .cformApply .cContent .tab-form-2 .form-group-subQ5 .wrapper-subquestions .item-sub input + label {
          width: 100%;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          height: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          line-height: 44px !important;
          font-weight: 500 !important;
          font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.2083)), 1.8rem) !important;
          color: #015570 !important;
          max-width: 100% !important;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          border-radius: 20px;
          cursor: pointer;
          padding: 5px 10px;
          padding-left: 10px !important; }
        .cformApply .cContent .tab-form-2 .form-group-subQ5 .wrapper-subquestions .item-sub input:checked + label {
          background: #fff !important;
          border: 2px solid #015570; }
    .cformApply .cContent .tab-form-2 .form-group-subQ11 {
      -ms-grid-column-span: 12;
      grid-column: span 12;
      margin: 0 0 39px 0; }
      .cformApply .cContent .tab-form-2 .form-group-subQ11 .wrapper-subquestions {
        display: block !important;
        gap: 0; }
        .cformApply .cContent .tab-form-2 .form-group-subQ11 .wrapper-subquestions .item-sub {
          -webkit-padding-end: 16px !important;
          padding-inline-end: 16px !important;
          background-color: transparent !important;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content;
          margin-bottom: 20px; }
          .cformApply .cContent .tab-form-2 .form-group-subQ11 .wrapper-subquestions .item-sub input + label {
            min-width: 85px;
            line-height: 1.6 !important;
            padding: 7px !important; }
    .cformApply .cContent .tab-form-2 .form-group-subQ11-1, .cformApply .cContent .tab-form-2 .form-group-subQ11-2 {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-2 .form-group-subQ11-1, .cformApply .cContent .tab-form-2 .form-group-subQ11-2 {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
      .cformApply .cContent .tab-form-2 .form-group-subQ11-1 textarea, .cformApply .cContent .tab-form-2 .form-group-subQ11-2 textarea {
        border: 2px solid #015570;
        border-radius: 7px;
        color: #5d5d5d;
        height: 96px;
        width: 100%; }
    .cformApply .cContent .tab-form-2 .wrapper-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-2 .wrapper-btn {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
          .cformApply .cContent .tab-form-2 .wrapper-btn .btnBack {
            margin-top: 15px;
            margin-right: 0; } }
      .cformApply .cContent .tab-form-2 .wrapper-btn .btnBack {
        border: none;
        background-color: transparent;
        outline: none;
        margin-right: 45px; }
  .cformApply .cContent .tab-form-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
    grid-row-gap: 21px !important;
    grid-column-gap: 18px !important; }
    .cformApply .cContent .tab-form-3 .heading-tab {
      -ms-grid-column-span: 12;
      grid-column: span 12; }
      .cformApply .cContent .tab-form-3 .heading-tab h3 {
        color: #015570;
        font-size: 26px;
        font-style: normal;
        line-height: 31.2px;
        margin: 0; }
      .cformApply .cContent .tab-form-3 .heading-tab p {
        -webkit-margin-before: 1em;
        margin-block-start: 1em;
        -webkit-margin-after: 1em;
        margin-block-end: 1em; }
    .cformApply .cContent .tab-form-3 .form-group-sub {
      -ms-grid-column-span: 12;
      grid-column: span 12;
      margin-bottom: 0; }
      .cformApply .cContent .tab-form-3 .form-group-sub legend {
        font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.3571)), 1.8rem) !important;
        font-weight: 400 !important;
        color: #5d5d5d !important;
        margin-top: 7px;
        margin-bottom: 4px !important; }
        @media only screen and (max-width: 767px) {
          .cformApply .cContent .tab-form-3 .form-group-sub legend {
            font-size: 18px !important; } }
        .cformApply .cContent .tab-form-3 .form-group-sub legend span {
          font-style: italic;
          font-weight: 400;
          color: #c02b0a;
          display: inline-block;
          font-size: 13.008px;
          -webkit-padding-start: 0.125em;
          padding-inline-start: 0.125em;
          line-height: 1 !important; }
      .cformApply .cContent .tab-form-3 .form-group-sub .wrapper-subquestions {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.9vw;
        margin-top: 9px; }
        .cformApply .cContent .tab-form-3 .form-group-sub .wrapper-subquestions .item-sub {
          max-width: 130px;
          background: #F5F5F5;
          border-radius: 77px;
          height: 48px;
          width: 50%;
          position: relative;
          padding-right: 0 !important;
          display: inline-block;
          -webkit-padding-end: 16px;
          padding-inline-end: 16px;
          vertical-align: top; }
          .cformApply .cContent .tab-form-3 .form-group-sub .wrapper-subquestions .item-sub input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: pointer;
            max-width: 100%;
            display: inline-block;
            margin-top: 0;
            vertical-align: middle; }
            .cformApply .cContent .tab-form-3 .form-group-sub .wrapper-subquestions .item-sub input + label {
              border-radius: 20px;
              border: 2px solid #FFF;
              background: #FFF !important;
              width: 100%;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              height: 100%;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -ms-flex-line-pack: center;
              align-content: center;
              line-height: 44px !important;
              font-weight: 500 !important;
              font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.2083)), 1.8rem) !important;
              color: #015570 !important;
              max-width: 100% !important;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              margin-bottom: 0;
              vertical-align: middle; }
              .cformApply .cContent .tab-form-3 .form-group-sub .wrapper-subquestions .item-sub input + label:hover, .cformApply .cContent .tab-form-3 .form-group-sub .wrapper-subquestions .item-sub input + label:focus {
                color: #76bc21; }
            .cformApply .cContent .tab-form-3 .form-group-sub .wrapper-subquestions .item-sub input:checked + label {
              background: #fff !important;
              border: 2px solid #015570; }
    .cformApply .cContent .tab-form-3 .desc-agree {
      padding-top: 13px; }
      .cformApply .cContent .tab-form-3 .desc-agree p {
        font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.32rem) * 0.2083)), 1.4rem); }
        @media only screen and (max-width: 767px) {
          .cformApply .cContent .tab-form-3 .desc-agree p {
            font-size: 18px; } }
        .cformApply .cContent .tab-form-3 .desc-agree p a {
          font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.32rem) * 0.2083)), 1.4rem); }
          @media only screen and (max-width: 767px) {
            .cformApply .cContent .tab-form-3 .desc-agree p a {
              font-size: 18px; } }
    .cformApply .cContent .tab-form-3 .form-group-name {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-3 .form-group-name {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-3 .form-group-lastname {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-3 .form-group-lastname {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-3 .form-group-phone {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-3 .form-group-phone {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-3 .form-group-email {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      @media only screen and (max-width: 767px) {
        .cformApply .cContent .tab-form-3 .form-group-email {
          -ms-grid-column-span: 12;
          grid-column: span 12; } }
    .cformApply .cContent .tab-form-3 .form-group-agree legend {
      color: #015570 !important; }
    .cformApply .cContent .tab-form-3 .moreInfo {
      -ms-grid-column-span: 12;
      grid-column: span 12; }
      .cformApply .cContent .tab-form-3 .moreInfo .p1 {
        -webkit-margin-before: 1em;
        margin-block-start: 1em;
        -webkit-margin-after: 1em;
        margin-block-end: 1em; }
      .cformApply .cContent .tab-form-3 .moreInfo .p2 {
        margin-bottom: 0; }
      .cformApply .cContent .tab-form-3 .moreInfo .p3 {
        -webkit-margin-before: 1em;
        margin-block-start: 1em;
        -webkit-margin-after: 1em;
        margin-block-end: 1em; }
    .cformApply .cContent .tab-form-3 .form-group-newsletter {
      margin-top: 40px;
      margin-bottom: 20px; }
    .cformApply .cContent .tab-form-3 .wrapper-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .cformApply .cContent .tab-form-3 .wrapper-btn .btnBack {
        border: none;
        background-color: transparent;
        outline: none;
        margin-right: 45px; }

.sectionApplyThank {
  padding-top: 43px;
  padding-bottom: 1px;
  position: relative; }
  .sectionApplyThank .logoThankImg {
    text-align: center;
    margin-bottom: 35px; }
    .sectionApplyThank .logoThankImg img {
      margin: auto; }
  .sectionApplyThank .imgHeading {
    width: 100vw;
    position: relative;
    max-width: 100vw;
    margin-top: 0px; }
  .sectionApplyThank .imgLeft {
    position: absolute;
    left: -70px;
    bottom: -40px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    @media screen and (max-width: 991px) {
      .sectionApplyThank .imgLeft {
        max-width: 200px; } }
  .sectionApplyThank .imgRight {
    position: absolute;
    right: -80px;
    bottom: 10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    @media screen and (max-width: 991px) {
      .sectionApplyThank .imgRight {
        max-width: 200px;
        bottom: 40px; } }
  .sectionApplyThank .heading-thank h1 {
    text-align: center; }
  .sectionApplyThank .heading-thank h4 {
    color: #015570;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    line-height: 40.8px;
    max-width: 865px;
    margin: 15px auto 25px auto; }
  .sectionApplyThank .heading-thank p {
    text-align: center;
    max-width: 737px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 0; }

.sectionApplyThank2 {
  padding-top: 75px;
  padding-bottom: 120px; }
  .sectionApplyThank2 h2 {
    margin-bottom: 65px; }

.customPage .basicPage {
  max-width: 770px;
  margin: auto;
  padding-top: 110px;
  padding-bottom: 51px; }
  .customPage .basicPage .titlePage h3 {
    line-height: 1.2;
    font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * .8333)), 2.6rem); }
  .customPage .basicPage .bodyPage p {
    margin-top: 28px;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em; }
  .customPage .basicPage .bodyPage a {
    color: #5d5d5d;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: underline; }
    .customPage .basicPage .bodyPage a:hover, .customPage .basicPage .bodyPage a:focus {
      color: #5d5d5d;
      text-decoration: none; }

.cBottomPage .block-green {
  background-color: #efffdc;
  width: 100%;
  height: 116px;
  margin-top: -4px; }

.block-apply {
  max-width: 1234px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .block-apply {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .block-apply .sub-block-1 {
    width: 35%;
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .block-apply .sub-block-1 {
        width: 100% !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .block-apply .sub-block-1 .logoSite img {
      max-width: 192px; }
    .block-apply .sub-block-1 .btnWrapper .btn-template-2 {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 40px;
      padding-right: 40px;
      margin-left: 40px; }
      @media (max-width: 767px) {
        .block-apply .sub-block-1 .btnWrapper .btn-template-2 {
          font-size: 16px;
          list-style: 20px; } }
  .block-apply .sub-block-2 {
    width: 65.00%;
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .block-apply .sub-block-2 {
        width: 100% !important;
        padding-top: 2px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .block-apply .sub-block-2 .img-icon1 {
      width: 88px;
      height: 60px;
      margin-right: 26px; }
      @media (max-width: 991px) {
        .block-apply .sub-block-2 .img-icon1 {
          display: none; } }
    .block-apply .sub-block-2 .bannerTime {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-top: 21px;
      padding-bottom: 21px;
      padding-left: 24px;
      padding-right: 24px;
      background-color: #f2fedf;
      border-radius: 10px; }
      @media (max-width: 767px) {
        .block-apply .sub-block-2 .bannerTime {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 15px;
          padding-right: 15px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          background-color: #f2fedf;
          border-radius: 10px; } }
      .block-apply .sub-block-2 .bannerTime .img-time {
        margin-right: 14px; }
      .block-apply .sub-block-2 .bannerTime .textTime {
        color: #5d5d5d;
        font-size: 18px;
        line-height: 28.8px; }
        @media (max-width: 767px) {
          .block-apply .sub-block-2 .bannerTime .textTime {
            font-size: 14.2px; } }

.line-apply {
  background-color: #f5f5f5;
  height: 6px;
  width: 100%;
  min-height: 6px;
  max-height: 6px;
  padding-left: 0px;
  padding-right: 0px; }

.container-apply {
  max-width: 1234px; }

@media (max-width: 767px) {
  .blockMobile p {
    font-size: 18px; }
  .blockMobile ul li {
    font-size: 18px; } }

@media (max-width: 767px) {
  .headingApply h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 60px; }
  .headingApply p {
    font-size: 18px;
    line-height: 26px; } }

.pageMailingList {
  padding-top: 75px;
  padding-right: 25px;
  padding-bottom: 75px;
  padding-left: 25px;
  position: relative; }
  .pageMailingList .mail-plane-img {
    position: absolute;
    top: 6%;
    right: 7%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .pageMailingList .mail-curve-img {
    max-width: 290px;
    position: absolute;
    top: 32%;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .pageMailingList .heading-mailing-list .subtext {
    max-width: 603px;
    margin-bottom: 45px;
    margin-top: 9px;
    text-align: center;
    margin: auto; }
  .pageMailingList .formMailingList .form-item label {
    font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.1786)), 1.8rem) !important;
    color: #015570 !important;
    margin-bottom: 4px !important;
    padding-left: 4px !important;
    padding-top: 0 !important; }
    .pageMailingList .formMailingList .form-item label.form-required::after {
      content: '(Required)';
      color: #c02b0a;
      display: inline-block;
      font-size: 13.008px;
      -webkit-padding-start: .125em;
      padding-inline-start: .125em;
      font-style: italic;
      font-weight: 400; }
  .pageMailingList .formMailingList .form-item .form-control {
    border-radius: 7px;
    border: 2px solid #015570;
    height: 48px;
    outline: none;
    color: #5d5d5d;
    font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.4167)), 1.8rem); }
  .pageMailingList .formMailingList .form-item .fieldset-legend {
    font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.1786)), 1.8rem) !important;
    line-height: 1.6;
    color: #015570 !important;
    margin-top: 7px;
    margin-bottom: 4px !important; }
    .pageMailingList .formMailingList .form-item .fieldset-legend.form-required::after {
      content: '(Required)';
      color: #c02b0a;
      display: inline-block;
      font-size: 13.008px;
      -webkit-padding-start: .125em;
      padding-inline-start: .125em;
      font-style: italic;
      font-weight: 400; }
  .pageMailingList .formMailingList .form-item .webform-options-display-one-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pageMailingList .formMailingList .form-item .webform-options-display-one-column .form-item:last-child {
      margin-left: 30px; }
  .pageMailingList .formMailingList .form-item .webform-type-radios, .pageMailingList .formMailingList .form-item .fieldgroup {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .pageMailingList .formMailingList .form-item .btn-template-1 {
    margin-top: 10px; }
  .pageMailingList .formMailingList .form-item #edit-email-error {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
    color: #c02b0a;
    width: 100%;
    letter-spacing: normal;
    padding: 12.992px 10px !important;
    display: block;
    font-weight: 400;
    font-size: 14px !important; }
  .pageMailingList .formMailingList .form-item #errorTab1, .pageMailingList .formMailingList .form-item #errorTab2 {
    color: #c02b0a;
    font-size: 14px !important;
    border-radius: 0 !important;
    margin-top: 0; }
  .pageMailingList .formMailingList .form-item .form-item--error-message:has(#you_may_send_me_news_and_updates_about_goodnature_s_work_and_res-error) {
    display: none !important; }
  .pageMailingList .formMailingList .form-item .form-item--error-message:has(#you_may_send_me_surveys_to_collect_feedback_about_my_experience-error) {
    display: none !important; }
  .pageMailingList .formMailingList .captcha__title {
    display: none !important; }
  .pageMailingList .formMailingList .captcha {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }

.bottomFormMailingList {
  margin-top: 30px; }
  .bottomFormMailingList > div {
    text-align: left;
    font-size: clamp(1rem, calc(1rem + ((1vw - .32rem) * .3571)), 1.4rem);
    opacity: .5; }
    .bottomFormMailingList > div p a {
      font-size: clamp(1rem, calc(1rem + ((1vw - .32rem) * .3571)), 1.4rem); }

.faqPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  text-align: justify; }
  .faqPage .titleFaqPage h2 {
    font-size: clamp(2.4rem, calc(2.4rem + ((1vw - .32rem) * 2.1429)), 4.8rem);
    color: #015570;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 27px;
    width: 100%; }
  .faqPage .cFaqTab {
    margin-bottom: 100px; }
  .faqPage .tabFaq {
    width: 26.5%;
    padding-top: 92px;
    padding-right: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: rgba(212, 233, 241, 0.14);
    padding-bottom: 300px;
    padding-left: 7.2vw; }
    .faqPage .tabFaq .titleFaq h1 {
      margin-bottom: 76px;
      padding-left: 23px; }
    .faqPage .tabFaq .listFaq ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0; }
      .faqPage .tabFaq .listFaq ul li {
        position: relative;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .faqPage .tabFaq .listFaq ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-left: 23px;
          padding-right: 0px;
          padding-bottom: 7px;
          color: #015570;
          font-weight: 400;
          letter-spacing: 0px;
          text-transform: none;
          padding-top: 7px;
          -webkit-transition: all .15s ease-in-out;
          -o-transition: all .15s ease-in-out;
          transition: all .15s ease-in-out; }
          .faqPage .tabFaq .listFaq ul li a.active {
            padding-left: 23px !important;
            font-weight: 700;
            color: #76bc21; }
            .faqPage .tabFaq .listFaq ul li a.active::before {
              display: block; }
          .faqPage .tabFaq .listFaq ul li a:hover {
            padding-left: 23px !important;
            font-weight: 700;
            color: #76bc21; }
            .faqPage .tabFaq .listFaq ul li a:hover::before {
              display: block; }
          .faqPage .tabFaq .listFaq ul li a::before {
            display: none;
            content: "";
            width: 11px;
            height: 11px;
            background: url("../img/faq-after.svg") no-repeat;
            background-position: center;
            background-size: contain;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .faqPage .contentTabFaq {
    padding-top: 105px;
    padding-bottom: 0px;
    padding-left: 83px;
    margin-right: auto;
    margin-bottom: 300px;
    margin-left: 0px;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 148px;
    max-width: 73.5%; }

.cBottomFaq {
  margin-top: -150px; }

.customContactUs .form-group {
  margin-bottom: 20px; }

.customContactUs textarea {
  min-height: 135px; }

.customContactUs .form-actions {
  margin-left: 1rem;
  width: 100%; }

.customContactUs .form-item label {
  font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.1786)), 1.8rem) !important;
  color: #015570 !important;
  margin-bottom: 4px !important;
  padding-left: 4px !important;
  padding-top: 0 !important; }
  .customContactUs .form-item label.form-required::after {
    content: '(Required)';
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    -webkit-padding-start: .125em;
    padding-inline-start: .125em;
    font-style: italic;
    font-weight: 400; }

.customContactUs .form-item .form-control {
  border-radius: 7px;
  border: 2px solid #015570;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  height: 48px;
  outline: none;
  color: #5d5d5d;
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.4167)), 1.8rem); }
  .customContactUs .form-item .form-control.error {
    border: 2px solid red; }

.customContactUs .form-item .fieldset-legend {
  font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.1786)), 1.8rem) !important;
  line-height: 1.6;
  color: #015570 !important;
  margin-top: 7px;
  margin-bottom: 4px !important; }
  .customContactUs .form-item .fieldset-legend.form-required::after {
    content: '(Required)';
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    -webkit-padding-start: .125em;
    padding-inline-start: .125em;
    font-style: italic;
    font-weight: 400; }

.customContactUs .form-item .btn-template-1 {
  margin-top: 10px; }

.customContactUs #edit-message-error, .customContactUs #edit-message-error {
  display: none !important; }

.customContactUs .sub-text {
  font-size: 14px;
  color: #98a1a8; }
  .customContactUs .sub-text a {
    color: #76bc21;
    text-decoration: underline; }
    .customContactUs .sub-text a:hover, .customContactUs .sub-text a:focus {
      color: #76bc21;
      text-decoration: none; }

.customContactUs .captcha__title {
  display: none !important; }

.customContactUs .captcha {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }

.block-locations {
  padding-top: 0;
  padding-bottom: 20vw;
  background-color: #e2f7ff; }
  .block-locations .location-block {
    padding: 10px 33px 92px; }
    .block-locations .location-block-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      position: relative;
      width: 100%; }
    .block-locations .location-block-thumbnail {
      padding-bottom: 40%;
      -webkit-transition: all .15s ease-in-out;
      -o-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out; }
      .block-locations .location-block-thumbnail:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    .block-locations .location-block a {
      color: inherit;
      text-decoration: none; }
      .block-locations .location-block a:hover, .block-locations .location-block a:focus {
        color: inherit;
        text-decoration: none; }
    .block-locations .location-block-img {
      height: 197px;
      border-radius: 18px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .block-locations .location-block-info {
      margin: 1rem 0 30px;
      padding: 0; }
      .block-locations .location-block-info h3 {
        font-size: 26px;
        color: #015570;
        margin-bottom: 15px; }
      .block-locations .location-block-info p {
        margin-bottom: 0;
        font-size: 18px; }

.c-explore-products {
  background-color: #efffdc;
  padding-top: 0;
  padding-bottom: 120px; }
  .c-explore-products .head-default {
    margin-bottom: 65px; }

.c-explore-products-banner {
  width: 100%;
  margin-top: -11vw; }

.c-block-location-banner .c_cartoon-contact-hero {
  position: absolute;
  bottom: -6.33vw;
  left: 0px;
  z-index: -1; }
  .c-block-location-banner .c_cartoon-contact-hero img {
    width: 21.73611vw; }

.bannerThankReferral {
  padding-top: 43px;
  padding-bottom: 1px; }
  .bannerThankReferral .imgThank {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }

.curveThank {
  margin-top: -350px; }
  @media screen and (max-width: 991px) {
    .curveThank {
      margin-top: -25%; } }

.nextThank {
  padding-bottom: 60px;
  padding-top: 75px;
  padding-right: 25px;
  padding-left: 25px; }

.itemnThank h3 {
  margin-top: 20px; }

.itemnThank p {
  text-align: center; }
  .itemnThank p a {
    color: #76bc21;
    text-decoration: none; }
    .itemnThank p a:hover, .itemnThank p a:focus {
      color: #76bc21;
      text-decoration: none; }

.color-blue {
  color: #015570; }

.color-white {
  color: white; }

.color-gray {
  color: #5d5d5d; }

h1, h2, h3, h4, h5, h6 {
  font-size: clamp(3rem, calc(2.6rem + ((1vw - .32rem) * 2.9167)), 5.8rem);
  line-height: 1.2;
  color: #015570; }

.head-default {
  font-size: clamp(2.3rem, calc(2.3rem + ((1vw - .32rem) * 2.6042)), 4.8rem); }

.head-default-v2 {
  font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * .8333)), 2.6rem); }

.title-block-homepage h1, .title-block-homepage h2, .title-block-homepage h3, .title-block-homepage h4, .title-block-homepage h5, .title-block-homepage h6 {
  font-size: clamp(2.3rem, calc(2.3rem + ((1vw - .32rem) * 2.6042)), 4.8rem);
  line-height: 1.2;
  color: #015570;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 7px; }

.img-circle-14px-blue {
  border-radius: 50%;
  border: 14px solid #e2f7ff; }
  .img-circle-14px-blue img {
    border-radius: 50%; }

.img-circle-8px-blue {
  border-radius: 50%;
  border: 8px solid #e2f7ff; }
  .img-circle-8px-blue img {
    border-radius: 50%; }

.img-circle-14px-white {
  border-radius: 50%;
  border: 14px solid #fff; }
  .img-circle-14px-white img {
    border-radius: 50%; }

.img-circle-12px-white {
  border-radius: 50%;
  border: 12px solid #fff; }
  .img-circle-12px-white img {
    border-radius: 50%; }

@media screen and (max-width: 991px) {
  .fs-12px, .fs-12 {
    font-size: 12px; } }

@media screen and (max-width: 991px) {
  .fs-14px, .fs-14 {
    font-size: 14px; } }

@media screen and (max-width: 991px) {
  .fs-16px, .fs-16 {
    font-size: 16px; } }

@media screen and (max-width: 991px) {
  .fs-18px, .fs-18 {
    font-size: 18px; } }

@media screen and (max-width: 991px) {
  .fs-20px, .fs-20 {
    font-size: 20px; } }

@media screen and (max-width: 991px) {
  .fs-22px, .fs-22 {
    font-size: 22px; } }

@media screen and (max-width: 991px) {
  .fs-24px, .fs-24 {
    font-size: 24px; } }

@media screen and (min-width: 992px) {
  .fs-lg-12px, .fs-lg-12 {
    font-size: 12px; } }

@media screen and (min-width: 992px) {
  .fs-lg-14px, .fs-lg-14 {
    font-size: 14px; } }

@media screen and (min-width: 992px) {
  .fs-lg-16px, .fs-lg-16 {
    font-size: 16px; } }

@media screen and (min-width: 992px) {
  .fs-lg-18px, .fs-lg-18 {
    font-size: 18px; } }

@media screen and (min-width: 992px) {
  .fs-lg-20px, .fs-lg-20 {
    font-size: 20px; } }

@media screen and (min-width: 992px) {
  .fs-lg-22px, .fs-lg-22 {
    font-size: 22px; } }

@media screen and (min-width: 992px) {
  .fs-lg-24px, .fs-lg-24 {
    font-size: 24px; } }

.custom-prefooter {
  background-color: #e2f7ff;
  padding-top: 120px;
  padding-bottom: 108px; }
  @media screen and (max-width: 991px) {
    .custom-prefooter {
      padding-top: 48px; } }
  .custom-prefooter h2 {
    color: #015570;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: clamp(3rem, calc(3rem + ((1vw - .32rem) * 2.5)), 5.8rem); }
    @media screen and (max-width: 991px) {
      .custom-prefooter h2 {
        text-align: center; } }
  .custom-prefooter p {
    color: #5d5d5d;
    text-align: left;
    line-height: 1.6;
    margin-top: 0px;
    margin-bottom: 45px;
    max-width: 445px; }
    @media screen and (max-width: 991px) {
      .custom-prefooter p {
        text-align: center;
        font-size: 18px; } }
  .custom-prefooter .img-prefooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media screen and (max-width: 991px) {
      .custom-prefooter .img-prefooter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

.c-b-n1px {
  position: relative;
  bottom: -1px; }

.c-t-n1px {
  position: relative;
  top: -1px; }

.reverse-curve {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.block-general .subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  color: #76bc21;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .2em; }

.block-general h1, .block-general h2, .block-general h3, .block-general h4, .block-general h5, .block-general h6 {
  font-size: 58px;
  line-height: 69px;
  margin-top: 1px;
  padding-top: 0px;
  max-width: 630px; }

.nav-tabs-general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 67px;
  margin-top: 42px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none; }
  @media screen and (max-width: 991px) {
    .nav-tabs-general {
      background-color: transparent;
      width: 100%;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0px;
      margin-top: 25px;
      gap: 10px; } }
  .nav-tabs-general .nav-link {
    border: 2px solid #fff;
    background-color: white;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-size: 18px;
    color: #015570;
    text-transform: capitalize;
    border-radius: 67px; }
    @media screen and (max-width: 991px) {
      .nav-tabs-general .nav-link {
        padding-left: 35px;
        padding-right: 35px; } }
    .nav-tabs-general .nav-link.active {
      border-color: #015570;
      color: #015570;
      border: 2px solid;
      background: #f5f5f5;
      border-radius: 67px; }
      .nav-tabs-general .nav-link.active:hover {
        border-color: #015570;
        color: #015570;
        border: 2px solid;
        background: #f5f5f5;
        border-radius: 67px; }
    .nav-tabs-general .nav-link:hover {
      color: #76bc21;
      border: 2px solid transparent; }

.card-page {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .card-page .card-page-title {
    margin-top: 28px;
    font-size: clamp(1.8rem, calc(1.8rem + ((1vw - .32rem) * .8333)), 2.6rem); }
  .card-page .text-page-title {
    max-width: 335px;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 20px; }

.block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 3px;
  margin-top: 30px;
  max-width: 400px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }
  .block-info.w-100 {
    max-width: 100% !important; }
  .block-info .block-info-icon {
    margin-right: 15px; }
    .block-info .block-info-icon img {
      max-width: 24px; }
  .block-info p {
    color: #015570; }
    .block-info p.color-gray {
      color: #5d5d5d; }
  .block-info.bg-blue, .block-info.research-2, .block-info.referral-program-2, .block-info.referral-program-6, .block-info.block-privacy, .block-info.block-privacy-mobile {
    background-color: #e2f7ff; }

.accordion-default .card {
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #e8fbd1 !important; }
  .accordion-default .card .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 0; }
    .accordion-default .card .card-header .textCard {
      padding-top: 20px;
      padding-bottom: 15px;
      padding-left: 0;
      padding-right: 0;
      text-decoration: none;
      width: 100%;
      color: #015570;
      font-size: 18px;
      margin-bottom: 0; }
    .accordion-default .card .card-header .btn-link {
      padding-top: 20px;
      padding-bottom: 15px;
      padding-left: 0;
      padding-right: 0;
      text-decoration: none;
      width: 100%; }
      .accordion-default .card .card-header .btn-link:hover, .accordion-default .card .card-header .btn-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .accordion-default .card .card-header .btn-link[aria-expanded="true"] .iconAccordion > div::before {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg); }
  .accordion-default .card .card-body {
    padding: 0; }
  .accordion-default .card .wrapperBtnLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .accordion-default .card .wrapperBtnLink .textAccordion {
      width: 90%; }
      .accordion-default .card .wrapperBtnLink .textAccordion p {
        font-size: 18px;
        line-height: 1.3;
        color: #015570;
        margin-bottom: 0; }
    .accordion-default .card .wrapperBtnLink .iconAccordion {
      width: 26px;
      height: 26px;
      position: relative;
      border: 2px solid #76bc21;
      text-align: center;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .accordion-default .card .wrapperBtnLink .iconAccordion > div {
        height: 2px;
        background-color: #76bc21;
        width: 12px; }
        .accordion-default .card .wrapperBtnLink .iconAccordion > div::before {
          position: absolute;
          top: 50%;
          left: 50%;
          content: "";
          -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
          width: 12px;
          height: 2px;
          -webkit-transition-duration: .3s;
          -o-transition-duration: .3s;
          transition-duration: .3s;
          background-color: #76bc21; }

.accordion-default.accordion-default-lg .card .card-header .btn-link {
  padding-top: 33px;
  padding-bottom: 33px; }

.accordion-default.accordion-default-lg .card .wrapperBtnLink .textAccordion p {
  font-size: 20px; }

.accordion-default.accordion-default-lg .card .wrapperBtnLink .iconAccordion {
  width: 45px;
  height: 45px; }

.accordion-default.accordion-default-lg .card .wrapperBtnLink .iconAccordion > div {
  width: 20px; }

.accordion-default.accordion-default-lg .card .wrapperBtnLink .iconAccordion > div::before {
  width: 18px; }

.accordion-default.accordion-default-lg .card-body {
  padding-bottom: 50px; }

.block-privacy {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px; }
  .block-privacy h2 {
    font-size: 26px; }
  .block-privacy .body-privacy {
    margin-top: 26px; }

.block-privacy-mobile {
  padding-top: 30px;
  padding-bottom: 30px; }
  .block-privacy-mobile .accordion-privacy .card {
    border: 0;
    background-color: transparent; }
    .block-privacy-mobile .accordion-privacy .card .card-header {
      padding: 0;
      background-color: transparent;
      border-bottom: 0; }
      .block-privacy-mobile .accordion-privacy .card .card-header .textCard {
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        text-decoration: none;
        width: 100%;
        color: #015570;
        font-size: 20px;
        margin-bottom: 0; }
      .block-privacy-mobile .accordion-privacy .card .card-header .btn-link {
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        text-decoration: none;
        width: 100%; }
        .block-privacy-mobile .accordion-privacy .card .card-header .btn-link:hover, .block-privacy-mobile .accordion-privacy .card .card-header .btn-link:focus {
          -webkit-box-shadow: none;
          box-shadow: none; }
        .block-privacy-mobile .accordion-privacy .card .card-header .btn-link[aria-expanded="true"] .iconAccordion > div::before {
          -webkit-transform: translate(-50%, -50%) rotate(0deg);
          -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg); }
    .block-privacy-mobile .accordion-privacy .card .card-body {
      padding: 0; }
      .block-privacy-mobile .accordion-privacy .card .card-body p {
        font-size: 18px; }
      .block-privacy-mobile .accordion-privacy .card .card-body .line-blue {
        border-top: 2px solid #005470;
        padding-top: 16px;
        margin-top: 24px; }
    .block-privacy-mobile .accordion-privacy .card .wrapperBtnLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .block-privacy-mobile .accordion-privacy .card .wrapperBtnLink .textAccordion {
        width: 90%; }
        .block-privacy-mobile .accordion-privacy .card .wrapperBtnLink .textAccordion p {
          font-size: 20px;
          line-height: 1.3;
          color: #015570;
          margin-bottom: 0; }
      .block-privacy-mobile .accordion-privacy .card .wrapperBtnLink .iconAccordion {
        width: 45px;
        height: 45px;
        position: relative;
        border: 2px solid #76bc21;
        text-align: center;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: white; }
        .block-privacy-mobile .accordion-privacy .card .wrapperBtnLink .iconAccordion > div {
          height: 2px;
          background-color: #76bc21;
          width: 20px; }
          .block-privacy-mobile .accordion-privacy .card .wrapperBtnLink .iconAccordion > div::before {
            position: absolute;
            top: 50%;
            left: 50%;
            content: "";
            -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
            width: 20px;
            height: 2px;
            -webkit-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: .3s;
            background-color: #76bc21; }

.background-gray {
  background: #f8f8f8; }

.bg-gray-light {
  background-color: #f7f4ee; }

.bg-blue, .research-2, .referral-program-2, .referral-program-6, .block-privacy, .block-privacy-mobile {
  background-color: #e2f7ff; }

.bg-green, .research-4 {
  background-color: #efffdc; }

@media screen and (min-width: 992px) {
  .customContainer {
    max-width: 1320px; } }

.titleNewsletter {
  color: #34773f; }

.toggleTheme {
  cursor: pointer;
  border-radius: 50px;
  background: #fff;
  font-size: 9px;
  padding: 5px 2px;
  margin-bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .toggleTheme:hover {
    background: #7FA76E !important; }
  .toggleTheme.dark-mode:hover .light-mode.slide-wrapper {
    color: #fff !important; }
  .toggleTheme.light-mode {
    background: #7FA76E; }
    .toggleTheme.light-mode .light-mode.slide-wrapper {
      color: #7FA76E; }
    .toggleTheme.light-mode:hover .dark-mode.slide-wrapper {
      color: #fff !important; }
    .toggleTheme.light-mode .switch-wrapper::before {
      background-color: #fff; }
  .toggleTheme .switch-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .toggleTheme .switch-wrapper::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 24px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-radius: 50px;
      background-color: #000;
      -webkit-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
    .toggleTheme .switch-wrapper .slide-wrapper {
      line-height: 1;
      font-weight: bold;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      z-index: 1; }
      .toggleTheme .switch-wrapper .slide-wrapper.light-mode {
        padding: 2px 8px 2px 4px;
        color: #000; }
      .toggleTheme .switch-wrapper .slide-wrapper.dark-mode {
        padding: 2px 4px 2px 8px;
        color: #fff; }
  .toggleTheme.dark-mode .switch-wrapper::before {
    right: 0;
    left: auto; }
  .toggleTheme.dark-mode .switch-wrapper .slide-wrapper.light-mode {
    color: #000; }
  .toggleTheme.dark-mode .switch-wrapper .slide-wrapper.dark-mode {
    color: #fff; }

body.dark-mode {
  background: #181a1b !important;
  background-position: top;
  background-size: 0.25rem 0.25rem;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  body.dark-mode .titleNewsletter {
    color: #fff; }
  body.dark-mode .textNewsletter {
    color: #fff; }
  body.dark-mode #block-natures-bounty-master-gigyaraascustomscreenset label, body.dark-mode #block-natures-bounty-master-gigyaraascustomscreenset span {
    color: #fff !important; }
  body.dark-mode #block-natures-bounty-master-gigyaraascustomscreenset a {
    color: #fff !important; }
  body.dark-mode #block-natures-bounty-master-gigyaraascustomscreenset .custom-tooltip {
    background: #303030 !important; }
  body.dark-mode .bar-header {
    background-color: #402e15; }
    body.dark-mode .bar-header a {
      color: #add1c3; }
  body.dark-mode .menu .icon-menu a .content i {
    color: #fff !important; }
  body.dark-mode .bg-white {
    background: #181a1b !important; }
  body.dark-mode .mm-panels {
    background: #181a1b !important; }
    body.dark-mode .mm-panels .mm-menu--opened, body.dark-mode .mm-panels .mm-panel--noanimation {
      background: #181a1b !important; }
    body.dark-mode .mm-panels .mm-listitem:after {
      color: #fff !important;
      border-color: #fff !important; }
    body.dark-mode .mm-panels h1, body.dark-mode .mm-panels h2, body.dark-mode .mm-panels h3, body.dark-mode .mm-panels h4, body.dark-mode .mm-panels h5, body.dark-mode .mm-panels p, body.dark-mode .mm-panels a, body.dark-mode .mm-panels strong, body.dark-mode .mm-panels ol, body.dark-mode .mm-panels ul, body.dark-mode .mm-panels button, body.dark-mode .mm-panels span, body.dark-mode .mm-panels i {
      color: #fff !important; }
    body.dark-mode .mm-panels button i {
      color: #181a1b !important; }
  body.dark-mode #menuMobile .header-drawer__separator {
    background-color: #fff !important; }
  body.dark-mode #menuMobile .mm-btn--next:after, body.dark-mode #menuMobile .mm-btn--prev:before {
    border-color: #fff !important; }
  body.dark-mode .mm-panels .mm-listitem:after {
    border-color: #fff !important; }
  body.dark-mode .mm-menu--opened, body.dark-mode .mm-panel--noanimation, body.dark-mode .mm-panel, body.dark-mode .mm-panel--opened, body.dark-mode .mm-navbar {
    background: #181a1b !important; }
  body.dark-mode .customFooter {
    background-color: #25372f !important; }
    body.dark-mode .customFooter img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    body.dark-mode .customFooter .customFormNewsletter button {
      background-color: #707070 !important;
      color: #fff !important;
      border-color: #707070; }
      body.dark-mode .customFooter .customFormNewsletter button:hover {
        background-color: #707070 !important; }
  body.dark-mode .menu img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  body.dark-mode .menu .headerDesktop .item .dropdown-menu, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu {
    background-color: #181a1b !important; }
    body.dark-mode .menu .headerDesktop .item .dropdown-menu h1, body.dark-mode .menu .headerDesktop .item .dropdown-menu h2, body.dark-mode .menu .headerDesktop .item .dropdown-menu h3, body.dark-mode .menu .headerDesktop .item .dropdown-menu h4, body.dark-mode .menu .headerDesktop .item .dropdown-menu h5, body.dark-mode .menu .headerDesktop .item .dropdown-menu p, body.dark-mode .menu .headerDesktop .item .dropdown-menu a, body.dark-mode .menu .headerDesktop .item .dropdown-menu strong, body.dark-mode .menu .headerDesktop .item .dropdown-menu ol, body.dark-mode .menu .headerDesktop .item .dropdown-menu ul, body.dark-mode .menu .headerDesktop .item .dropdown-menu button, body.dark-mode .menu .headerDesktop .item .dropdown-menu span, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu h1, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu h2, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu h3, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu h4, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu h5, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu p, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu a, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu strong, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu ol, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu ul, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu button, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu span {
      color: #fff !important; }
    body.dark-mode .menu .headerDesktop .item .dropdown-menu .customTitle, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu .customTitle {
      color: #fff !important; }
    body.dark-mode .menu .headerDesktop .item .dropdown-menu .titleCategory p, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu .titleCategory p {
      color: #fff !important; }
    body.dark-mode .menu .headerDesktop .item .dropdown-menu .listCategory ul, body.dark-mode .menu .headerDesktop .item .dropdown-menu .listCategory li, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu .listCategory ul, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu .listCategory li {
      color: #fff !important; }
    body.dark-mode .menu .headerDesktop .item .dropdown-menu .customBorderRight, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu .customBorderRight {
      border-right: 1px solid rgba(255, 255, 255, 0.8) !important; }
      body.dark-mode .menu .headerDesktop .item .dropdown-menu .customBorderRight .nav-link.active, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu .customBorderRight .nav-link.active {
        background-color: #262e11 !important; }
      body.dark-mode .menu .headerDesktop .item .dropdown-menu .customBorderRight .nav-link:hover::hover, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu .customBorderRight .nav-link:hover::hover {
        background-color: #262e11 !important; }
  body.dark-mode .menu .headerDesktop .item .dropdown-menu .listCategory ul li a::after, body.dark-mode .menu .headerDesktop .nav-item .dropdown-menu .listCategory ul li a::after {
    color: #fff !important; }
  body.dark-mode .menu .headerDesktop .item .dropdown-toggle, body.dark-mode .menu .headerDesktop .item .nav-link, body.dark-mode .menu .headerDesktop .nav-item .dropdown-toggle, body.dark-mode .menu .headerDesktop .nav-item .nav-link {
    color: #fff !important; }
  body.dark-mode .menu .headerDesktop .item .dropdown-toggle::after, body.dark-mode .menu .headerDesktop .item .nav-link::after, body.dark-mode .menu .headerDesktop .nav-item .dropdown-toggle::after, body.dark-mode .menu .headerDesktop .nav-item .nav-link::after {
    color: #fff !important; }
  body.dark-mode .menu .headerDesktop .item .dropdown-toggle:hover::before, body.dark-mode .menu .headerDesktop .item .dropdown-toggle:focus::before, body.dark-mode .menu .headerDesktop .item .nav-link:hover::before, body.dark-mode .menu .headerDesktop .item .nav-link:focus::before, body.dark-mode .menu .headerDesktop .nav-item .dropdown-toggle:hover::before, body.dark-mode .menu .headerDesktop .nav-item .dropdown-toggle:focus::before, body.dark-mode .menu .headerDesktop .nav-item .nav-link:hover::before, body.dark-mode .menu .headerDesktop .nav-item .nav-link:focus::before {
    border-color: #6a8e2b !important; }
  body.dark-mode .menu::after {
    background: -webkit-linear-gradient(180.1deg, #8a7a26 0.07%, #665b24 27.24%, #514109 53.36%, #685d27 78.44%, #8a7a26 100.38%);
    background: -o-linear-gradient(180.1deg, #8a7a26 0.07%, #665b24 27.24%, #514109 53.36%, #685d27 78.44%, #8a7a26 100.38%);
    background: linear-gradient(269.9deg, #8a7a26 0.07%, #665b24 27.24%, #514109 53.36%, #685d27 78.44%, #8a7a26 100.38%); }
  body.dark-mode .menu .headerDesktop .customSearchMenu button {
    color: #88cb93 !important; }
  body.dark-mode .menu .headerDesktop .search-form__input {
    background: #121212 !important; }
  body.dark-mode .menu .headerDesktop .search-form.is-open .search-form__input {
    background: #121212 !important; }
  body.dark-mode #navbarNav .btn-template-7 {
    background-color: #485114 !important;
    border-color: #62731d !important;
    color: #add1c3 !important; }
  body.dark-mode .btn-template-7 {
    background-color: #485114 !important;
    border-color: #62731d !important;
    color: #add1c3 !important; }
  body.dark-mode .banner_gold {
    background: #181a1b !important; }
  body.dark-mode .customHeroBannerProduct .subtitle {
    color: #fff !important; }
  body.dark-mode .section-homepage-4 h1, body.dark-mode .section-homepage-4 h2 {
    color: #add1c3 !important; }
  body.dark-mode .section-homepage-4 h3, body.dark-mode .section-homepage-4 p, body.dark-mode .section-homepage-4 a, body.dark-mode .section-homepage-4 strong, body.dark-mode .section-homepage-4 ol, body.dark-mode .section-homepage-4 ul {
    color: #fff !important; }
  body.dark-mode .section-your-body .contentText h2 {
    color: #add1c3 !important; }
  body.dark-mode .seccion-form .content-text-2 form .form-group button {
    background-color: #485114 !important;
    border-color: #62731d !important;
    color: #add1c3 !important; }
  body.dark-mode .heading-1 h1, body.dark-mode .heading-1 h2, body.dark-mode .heading-1 h3, body.dark-mode .heading-1 h4, body.dark-mode .heading-1 h5, body.dark-mode .heading-1 p, body.dark-mode .heading-1 a, body.dark-mode .heading-1 strong, body.dark-mode .heading-1 ol, body.dark-mode .heading-1 ul {
    color: #fff !important; }
  body.dark-mode .itemGridImage a .customTitle p, body.dark-mode .itemOverlayImage a .customTitle p {
    color: #fff !important; }
  body.dark-mode .section-homepage-8 {
    background-color: #221c10 !important; }
    body.dark-mode .section-homepage-8 h2 {
      color: #add1c3 !important; }
    body.dark-mode .section-homepage-8 .item {
      background-color: #181a1b; }
      body.dark-mode .section-homepage-8 .item .contentText h1, body.dark-mode .section-homepage-8 .item .contentText h2, body.dark-mode .section-homepage-8 .item .contentText h3, body.dark-mode .section-homepage-8 .item .contentText h4, body.dark-mode .section-homepage-8 .item .contentText h5, body.dark-mode .section-homepage-8 .item .contentText p, body.dark-mode .section-homepage-8 .item .contentText a, body.dark-mode .section-homepage-8 .item .contentText strong, body.dark-mode .section-homepage-8 .item .contentText ol, body.dark-mode .section-homepage-8 .item .contentText ul, body.dark-mode .section-homepage-8 .item .contentText div {
        color: #fff !important; }
      body.dark-mode .section-homepage-8 .item .customSliderCustomers .item .contentProduct .customTitle a {
        color: #fff !important; }
    body.dark-mode .section-homepage-8 .customSliderCustomers .slick-prev, body.dark-mode .section-homepage-8 .customSliderCustomers .slick-next {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  body.dark-mode .section-homepage-9 h1, body.dark-mode .section-homepage-9 h2, body.dark-mode .section-homepage-9 h3, body.dark-mode .section-homepage-9 h4, body.dark-mode .section-homepage-9 h5 {
    color: #add1c3 !important; }
  body.dark-mode .section-homepage-9 p, body.dark-mode .section-homepage-9 strong, body.dark-mode .section-homepage-9 ol, body.dark-mode .section-homepage-9 ul, body.dark-mode .section-homepage-9 div {
    color: #fff !important; }
  body.dark-mode .section-homepage-9 .contentRight {
    background-color: #3e5728 !important; }
    body.dark-mode .section-homepage-9 .contentRight .item {
      background-color: #181a1b !important; }
  body.dark-mode .banner-anniversary {
    background: #5e7748 !important; }
  body.dark-mode .banner-anniversary::after {
    background: -webkit-linear-gradient(180.1deg, #8a7a26 0.07%, #665b24 27.24%, #514109 53.36%, #685d27 78.44%, #8a7a26 100.38%) !important;
    background: -o-linear-gradient(180.1deg, #8a7a26 0.07%, #665b24 27.24%, #514109 53.36%, #685d27 78.44%, #8a7a26 100.38%) !important;
    background: linear-gradient(269.9deg, #8a7a26 0.07%, #665b24 27.24%, #514109 53.36%, #685d27 78.44%, #8a7a26 100.38%) !important; }
  body.dark-mode .footer_follow h1, body.dark-mode .footer_follow h2, body.dark-mode .footer_follow h3, body.dark-mode .footer_follow h4, body.dark-mode .footer_follow h5, body.dark-mode .footer_follow p, body.dark-mode .footer_follow a, body.dark-mode .footer_follow strong, body.dark-mode .footer_follow ol, body.dark-mode .footer_follow ul, body.dark-mode .footer_follow div {
    color: #fff !important; }
  body.dark-mode .footer_follow .content a .item::after {
    background-color: #303030 !important; }
  body.dark-mode .bannerProduct h1 {
    color: #303030 !important; }
  body.dark-mode .view-product-list .teaser-product .content, body.dark-mode .view-product-list-all .teaser-product .content, body.dark-mode .view-product-list__container-1 .teaser-product .content {
    background-color: #181a1b !important;
    border-radius: 5px;
    border: 1px solid rgba(140, 130, 115, 0.2) !important; }
    body.dark-mode .view-product-list .teaser-product .content h1, body.dark-mode .view-product-list .teaser-product .content h2, body.dark-mode .view-product-list .teaser-product .content h3, body.dark-mode .view-product-list .teaser-product .content h4, body.dark-mode .view-product-list .teaser-product .content h5, body.dark-mode .view-product-list .teaser-product .content p, body.dark-mode .view-product-list .teaser-product .content a, body.dark-mode .view-product-list .teaser-product .content strong, body.dark-mode .view-product-list .teaser-product .content ol, body.dark-mode .view-product-list .teaser-product .content ul, body.dark-mode .view-product-list .teaser-product .content div, body.dark-mode .view-product-list-all .teaser-product .content h1, body.dark-mode .view-product-list-all .teaser-product .content h2, body.dark-mode .view-product-list-all .teaser-product .content h3, body.dark-mode .view-product-list-all .teaser-product .content h4, body.dark-mode .view-product-list-all .teaser-product .content h5, body.dark-mode .view-product-list-all .teaser-product .content p, body.dark-mode .view-product-list-all .teaser-product .content a, body.dark-mode .view-product-list-all .teaser-product .content strong, body.dark-mode .view-product-list-all .teaser-product .content ol, body.dark-mode .view-product-list-all .teaser-product .content ul, body.dark-mode .view-product-list-all .teaser-product .content div, body.dark-mode .view-product-list__container-1 .teaser-product .content h1, body.dark-mode .view-product-list__container-1 .teaser-product .content h2, body.dark-mode .view-product-list__container-1 .teaser-product .content h3, body.dark-mode .view-product-list__container-1 .teaser-product .content h4, body.dark-mode .view-product-list__container-1 .teaser-product .content h5, body.dark-mode .view-product-list__container-1 .teaser-product .content p, body.dark-mode .view-product-list__container-1 .teaser-product .content a, body.dark-mode .view-product-list__container-1 .teaser-product .content strong, body.dark-mode .view-product-list__container-1 .teaser-product .content ol, body.dark-mode .view-product-list__container-1 .teaser-product .content ul, body.dark-mode .view-product-list__container-1 .teaser-product .content div {
      color: #add1c3 !important; }
    body.dark-mode .view-product-list .teaser-product .content .buttons-action p span, body.dark-mode .view-product-list-all .teaser-product .content .buttons-action p span, body.dark-mode .view-product-list__container-1 .teaser-product .content .buttons-action p span {
      color: #add1c3 !important; }
  body.dark-mode .breadcrumb a {
    color: #c4bfb7 !important;
    -webkit-text-decoration-color: #c4bfb7 !important;
    text-decoration-color: #c4bfb7 !important; }
  body.dark-mode .breadcrumb-item.active {
    color: #9e9689 !important; }
  body.dark-mode .contentInfoPdp h1, body.dark-mode .contentInfoPdp h2, body.dark-mode .contentInfoPdp h3, body.dark-mode .contentInfoPdp h4, body.dark-mode .contentInfoPdp h5, body.dark-mode .contentInfoPdp p, body.dark-mode .contentInfoPdp a, body.dark-mode .contentInfoPdp strong, body.dark-mode .contentInfoPdp ol, body.dark-mode .contentInfoPdp ul, body.dark-mode .contentInfoPdp div {
    color: #fff !important; }
  body.dark-mode .contentInfoPdp .adimo-multi-touchpoint {
    background-color: #485114;
    border-color: #62731d;
    color: #add1c3; }
  body.dark-mode .contentInfoPdp .btnSharePdp a {
    border-color: #383d40;
    color: #999083;
    background-color: transparent; }
  body.dark-mode .thumbnail-car .slick-current .thumbnail-item {
    border: 3px solid #6a8e2b !important; }
  body.dark-mode .productInformation {
    background-color: #131313 !important; }
    body.dark-mode .productInformation .nav-tabs .nav-link.active {
      border-bottom: 6px solid #fff !important; }
    body.dark-mode .productInformation h1, body.dark-mode .productInformation h2, body.dark-mode .productInformation h3, body.dark-mode .productInformation h4, body.dark-mode .productInformation h5, body.dark-mode .productInformation p, body.dark-mode .productInformation a, body.dark-mode .productInformation strong, body.dark-mode .productInformation ol, body.dark-mode .productInformation ul, body.dark-mode .productInformation div, body.dark-mode .productInformation button, body.dark-mode .productInformation table, body.dark-mode .productInformation tr, body.dark-mode .productInformation td {
      color: #fff !important; }
    body.dark-mode .productInformation .review-rating-left .rating-container__bg {
      background: #707070 !important; }
    body.dark-mode .productInformation .review-rating-left .rating-container__bg .bar-green {
      background: rgba(0, 0, 0, 0.7) !important;
      overflow: hidden; }
    body.dark-mode .productInformation .filter-header {
      background: #707070 !important; }
      body.dark-mode .productInformation .filter-header .btn-template-4 {
        background-color: #303030 !important;
        border-color: #303030 !important; }
      body.dark-mode .productInformation .filter-header select {
        color: #000; }
  body.dark-mode .bg-color-section h1, body.dark-mode .bg-color-section h2, body.dark-mode .bg-color-section h3, body.dark-mode .bg-color-section h4, body.dark-mode .bg-color-section h5, body.dark-mode .bg-color-section h6 {
    color: #fff !important; }
  body.dark-mode .bg-color-section .teaser-product {
    background-color: #181a1b !important;
    border-radius: 5px;
    border: 1px solid rgba(140, 130, 115, 0.2) !important; }
    body.dark-mode .bg-color-section .teaser-product h1, body.dark-mode .bg-color-section .teaser-product h2, body.dark-mode .bg-color-section .teaser-product h3, body.dark-mode .bg-color-section .teaser-product h4, body.dark-mode .bg-color-section .teaser-product h5, body.dark-mode .bg-color-section .teaser-product p, body.dark-mode .bg-color-section .teaser-product a, body.dark-mode .bg-color-section .teaser-product strong, body.dark-mode .bg-color-section .teaser-product ol, body.dark-mode .bg-color-section .teaser-product ul, body.dark-mode .bg-color-section .teaser-product div {
      color: #add1c3 !important; }
    body.dark-mode .bg-color-section .teaser-product .buttons-action p span {
      color: #add1c3 !important; }
  body.dark-mode .recipe-filter--open h1 {
    color: #fff !important; }
  body.dark-mode .section-resources .item-resource .contentInformation {
    background: #221c10 !important; }
    body.dark-mode .section-resources .item-resource .contentInformation h1, body.dark-mode .section-resources .item-resource .contentInformation h2, body.dark-mode .section-resources .item-resource .contentInformation h3, body.dark-mode .section-resources .item-resource .contentInformation h4, body.dark-mode .section-resources .item-resource .contentInformation h5, body.dark-mode .section-resources .item-resource .contentInformation p, body.dark-mode .section-resources .item-resource .contentInformation a, body.dark-mode .section-resources .item-resource .contentInformation strong, body.dark-mode .section-resources .item-resource .contentInformation ol, body.dark-mode .section-resources .item-resource .contentInformation ul {
      color: #fff !important; }
  body.dark-mode .bannerBlog {
    background: #221c10 !important; }
  body.dark-mode .listCategoriesBlog {
    background: #221c10 !important; }
    body.dark-mode .listCategoriesBlog a {
      color: #d1cdc7 !important; }
  body.dark-mode .teaser-article .categoryArticle a {
    color: #e8e6e3 !important; }
  body.dark-mode .teaser-article .informationArticle a .title {
    color: #88cb93 !important; }
  body.dark-mode .sectionFeaturedArticle h1, body.dark-mode .sectionFeaturedArticle h2, body.dark-mode .sectionFeaturedArticle h3, body.dark-mode .sectionFeaturedArticle h4, body.dark-mode .sectionFeaturedArticle h5, body.dark-mode .sectionFeaturedArticle p, body.dark-mode .sectionFeaturedArticle a, body.dark-mode .sectionFeaturedArticle strong, body.dark-mode .sectionFeaturedArticle ol, body.dark-mode .sectionFeaturedArticle ul {
    background: #181a1b !important;
    color: #d1cdc7 !important; }
  body.dark-mode .btn-template-5, body.dark-mode .search-custom .js-pager__items a, body.dark-mode .contentLoadMore a {
    background-color: transparent !important;
    border-color: #3e8e4b !important;
    color: #88cb93 !important; }
  body.dark-mode .contentInformationArticle h1, body.dark-mode .contentInformationArticle h2, body.dark-mode .contentInformationArticle h3, body.dark-mode .contentInformationArticle h4, body.dark-mode .contentInformationArticle h5, body.dark-mode .contentInformationArticle p, body.dark-mode .contentInformationArticle a, body.dark-mode .contentInformationArticle strong, body.dark-mode .contentInformationArticle ol, body.dark-mode .contentInformationArticle ul, body.dark-mode .contentInformationArticle small {
    background: #181a1b !important;
    color: #d1cdc7 !important; }
  body.dark-mode .customListBlogs .content-title {
    background: #313d0c !important; }
    body.dark-mode .customListBlogs .content-title h1, body.dark-mode .customListBlogs .content-title h2, body.dark-mode .customListBlogs .content-title h3, body.dark-mode .customListBlogs .content-title h4, body.dark-mode .customListBlogs .content-title h5, body.dark-mode .customListBlogs .content-title p, body.dark-mode .customListBlogs .content-title a, body.dark-mode .customListBlogs .content-title strong, body.dark-mode .customListBlogs .content-title ol, body.dark-mode .customListBlogs .content-title ul, body.dark-mode .customListBlogs .content-title small {
      color: #d1cdc7 !important; }
  body.dark-mode .customListBlogs .content-list {
    border-right-color: rgba(140, 130, 115, 0.2);
    border-bottom-color: rgba(140, 130, 115, 0.2);
    border-left-color: rgba(140, 130, 115, 0.2);
    border-top: 0px; }
    body.dark-mode .customListBlogs .content-list h1, body.dark-mode .customListBlogs .content-list h2, body.dark-mode .customListBlogs .content-list h3, body.dark-mode .customListBlogs .content-list h4, body.dark-mode .customListBlogs .content-list h5, body.dark-mode .customListBlogs .content-list p, body.dark-mode .customListBlogs .content-list a, body.dark-mode .customListBlogs .content-list strong, body.dark-mode .customListBlogs .content-list ol, body.dark-mode .customListBlogs .content-list ul, body.dark-mode .customListBlogs .content-list small {
      color: #88cb93;
      -webkit-text-decoration-color: #88cb93;
      text-decoration-color: #88cb93; }
  body.dark-mode .teaser-recipe h1, body.dark-mode .teaser-recipe h2, body.dark-mode .teaser-recipe h3, body.dark-mode .teaser-recipe h4, body.dark-mode .teaser-recipe h5, body.dark-mode .teaser-recipe p, body.dark-mode .teaser-recipe a, body.dark-mode .teaser-recipe strong, body.dark-mode .teaser-recipe ol, body.dark-mode .teaser-recipe ul, body.dark-mode .teaser-recipe span, body.dark-mode .teaser-recipe-mini h1, body.dark-mode .teaser-recipe-mini h2, body.dark-mode .teaser-recipe-mini h3, body.dark-mode .teaser-recipe-mini h4, body.dark-mode .teaser-recipe-mini h5, body.dark-mode .teaser-recipe-mini p, body.dark-mode .teaser-recipe-mini a, body.dark-mode .teaser-recipe-mini strong, body.dark-mode .teaser-recipe-mini ol, body.dark-mode .teaser-recipe-mini ul, body.dark-mode .teaser-recipe-mini span {
    color: #88cb93 !important; }
  body.dark-mode .contentInformationRecipe h1, body.dark-mode .contentInformationRecipe h2, body.dark-mode .contentInformationRecipe h3, body.dark-mode .contentInformationRecipe h4, body.dark-mode .contentInformationRecipe h5, body.dark-mode .contentInformationRecipe p, body.dark-mode .contentInformationRecipe a, body.dark-mode .contentInformationRecipe strong, body.dark-mode .contentInformationRecipe ol, body.dark-mode .contentInformationRecipe ul, body.dark-mode .contentInformationRecipe small {
    color: #d1cdc7 !important; }
  body.dark-mode .card .card-header a, body.dark-mode .accordion-faqs-tab .card .card-header button {
    color: #fff !important; }
  body.dark-mode .accordion-faqs-tab .card .card-header {
    background-color: #303030 !important; }
  body.dark-mode .accordion-faqs-tab .card .card-header a::after, body.dark-mode .accordion-faqs-tab .card .card-header button::after {
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important; }
  body.dark-mode .accordion-faqs-tab .card .card-body {
    background-color: #303030 !important;
    border-top: 1px solid #707070 !important; }
    body.dark-mode .accordion-faqs-tab .card .card-body h1, body.dark-mode .accordion-faqs-tab .card .card-body h2, body.dark-mode .accordion-faqs-tab .card .card-body h3, body.dark-mode .accordion-faqs-tab .card .card-body h4, body.dark-mode .accordion-faqs-tab .card .card-body h5, body.dark-mode .accordion-faqs-tab .card .card-body p, body.dark-mode .accordion-faqs-tab .card .card-body a, body.dark-mode .accordion-faqs-tab .card .card-body strong, body.dark-mode .accordion-faqs-tab .card .card-body ol, body.dark-mode .accordion-faqs-tab .card .card-body ul, body.dark-mode .accordion-faqs-tab .card .card-body small {
      color: #fff !important; }
  body.dark-mode .customBlockGeneral h1, body.dark-mode .customBlockGeneral h2, body.dark-mode .customBlockGeneral h3, body.dark-mode .customBlockGeneral h4, body.dark-mode .customBlockGeneral h5, body.dark-mode .customBlockGeneral p, body.dark-mode .customBlockGeneral a, body.dark-mode .customBlockGeneral strong, body.dark-mode .customBlockGeneral ol, body.dark-mode .customBlockGeneral ul, body.dark-mode .customBlockGeneral small {
    color: #fff !important; }
  body.dark-mode .customBlockGeneral_v3 {
    background: #221c10 !important; }
    body.dark-mode .customBlockGeneral_v3 h1, body.dark-mode .customBlockGeneral_v3 h2, body.dark-mode .customBlockGeneral_v3 h3, body.dark-mode .customBlockGeneral_v3 h4, body.dark-mode .customBlockGeneral_v3 h5, body.dark-mode .customBlockGeneral_v3 p, body.dark-mode .customBlockGeneral_v3 a, body.dark-mode .customBlockGeneral_v3 strong, body.dark-mode .customBlockGeneral_v3 ol, body.dark-mode .customBlockGeneral_v3 ul, body.dark-mode .customBlockGeneral_v3 small {
      color: #fff !important; }
    body.dark-mode .customBlockGeneral_v3 .contentInformation img {
      -webkit-filter: brightness(0) invert(1) !important;
      filter: brightness(0) invert(1) !important; }
  body.dark-mode .title {
    color: #fff !important; }
  body.dark-mode .search-custom {
    border-bottom: 1px solid #181a1b !important; }
    body.dark-mode .search-custom h1, body.dark-mode .search-custom h2, body.dark-mode .search-custom h3, body.dark-mode .search-custom h4, body.dark-mode .search-custom h5, body.dark-mode .search-custom p, body.dark-mode .search-custom a, body.dark-mode .search-custom strong, body.dark-mode .search-custom ol, body.dark-mode .search-custom ul, body.dark-mode .search-custom small {
      color: #fff !important; }
    body.dark-mode .search-custom .teaser-recipe-search {
      background-color: #181a1b !important; }
  body.dark-mode .sidebar-menu {
    border-right: 1px solid #fff !important; }
  body.dark-mode .sidebar-menu a.nav-link.active:after {
    border: 1px solid #fff !important; }
  body.dark-mode .section-homepage-8 .customSliderCustomers .item .contentProduct .customTitle a {
    color: #fff !important; }

body.light-mode .menu {
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  body.light-mode .menu .nav:not(.nav-mobile) .nav-item .nav-link {
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
