@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

/*
Theme Name: Carta Verde
Theme URI: https://default-theme.com
Author: Buzzvel Team
Author URI: https://buzzvel.com
Description: Tailwind Theme (3.0.1)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: carta-verde

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/** Hero Carousel **/
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Override */
.slick-initialized .slick-slide {
    display: flex !important;
}
#hero-carousel .slick-slide {
  height: auto;
}
#hero-carousel .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
#hero-carousel .slick-next.slick-arrow, #hero-carousel .slick-prev.slick-arrow{
  position: absolute;
  bottom: 20px;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  left: calc(50% + 70px);
}
#hero-carousel .slick-prev.slick-arrow {
  left: calc(50% - 70px);
}
/** Header Menu **/
#site-navigation ul, #site-navigation li {
  list-style: none !important;
}
#site-navigation li {
  list-style: none;
}
#site-navigation .menu-main-menu-container{
  padding-top: 1.25rem;
}
@media (min-width: 1024px){
  #site-navigation .menu-main-menu-container{
    padding-top: 0px;
    padding-left: 5rem;
  }
}
#site-navigation .menu-main-menu-container ul.menu > li.menu-item{
  font-size: 32px;
}
#site-navigation .menu-main-menu-container ul.menu > li.menu-item ul.sub-menu{
  font-size: 20px;
}
.cls-dropdown{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.cls-dropdown .current-language{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}
.cls-dropdown .current-language .span-language{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
.cls-dropdown .current-language .chevron{
  height: 1.5rem;
  width: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.cls-dropdown .dropdown{
  position: absolute;
  top: 3.3rem;
  right: 0px;
  z-index: 30;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cls-dropdown .wpml-ls-legacy-list-horizontal{
  border-radius: 0.375rem;
  border-style: none;
  padding: 0.25rem;
}
.cls-dropdown .wpml-ls-current-language{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(230 126 34 / var(--tw-text-opacity));
}
.cls-dropdown .wpml-ls-current-language::after{
  position: absolute;
  right: 0.5rem;
  top: 50%;
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.36671 10.1L12.0167 4.45C12.15 4.31667 12.3056 4.25 12.4834 4.25C12.6611 4.25 12.8167 4.31667 12.95 4.45C13.0834 4.58333 13.15 4.74178 13.15 4.92533C13.15 5.10889 13.0834 5.26711 12.95 5.4L6.83337 11.5333C6.70004 11.6667 6.54448 11.7333 6.36671 11.7333C6.18893 11.7333 6.03337 11.6667 5.90004 11.5333L3.03337 8.66667C2.90004 8.53333 2.83604 8.37511 2.84137 8.192C2.84671 8.00889 2.91626 7.85044 3.05004 7.71667C3.18382 7.58289 3.34226 7.51622 3.52537 7.51667C3.70848 7.51711 3.86671 7.58378 4.00004 7.71667L6.36671 10.1Z' fill='%23E67E22'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.cls-dropdown li {
  list-style: none !important;
}
.cls-dropdown ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.375rem;
  list-style: none !important;
}
.cls-dropdown ul li{
  border-radius: 4px;
}
.cls-dropdown ul li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.cls-dropdown ul li {
  position: relative;
  margin: 0 !important;
  list-style: none !important;
}
.cls-dropdown ul li,
.cls-dropdown ul a{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration-line: none;
}
.cls-dropdown ul li:hover,
.cls-dropdown ul a:hover{
  font-weight: 700;
}
form.search-form li {
  list-style: none;
}
form.search-form .search-field{
  padding-left: 1rem;
}
form.search-form .search-submit{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
#associative-component-header .ac-component_header-li{
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity));
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
#associative-component-header .ac-component_header-li:last-child{
  padding-right: 0px;
}
@media (min-width: 768px){
  #associative-component-header .ac-component_header-li{
    width: 2.75rem;
  }
}
@media (min-width: 1024px){
  #associative-component-header .ac-component_header-li{
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 29px;
    padding-bottom: 1rem;
  }
}
#associative-component-header .ac-component_header-li button.active{
  --tw-text-opacity: 1;
  color: rgb(230 126 34 / var(--tw-text-opacity));
}
#associative-component-header .ac-component_header-li.without-results{
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity));
}
#associative-component-results{
  margin-top: 46px;
  list-style-type: none;
}
@media (min-width: 1024px){
  #associative-component-results{
    margin-top: 60px;
  }
}
#associative-component-results ul{
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px){
  #associative-component-results ul{
    display: grid;
    max-width: 792px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  #associative-component-results ul{
    display: flex;
    max-width: unset;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 47px;
  }
  #associative-component-results ul li{
    width: 50%;
  }
}
#associative-component-results ul li .heading, #cartaverde-theme-class #associative-component-results ul li .heading{
  font-size: 28px;
  line-height: 1.5;
}
#associative-component-results ul li .heading{
  margin-bottom: 0.75rem;
}
#associative-component-results ul li a.terciary_btn{
  margin-top: 1.5rem;
  text-decoration-line: none;
}
#faq-component-container .faq-button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.faq_item_container.active {
  max-height: 10000px;
  transition: all ease-in 500;
}
.faq_item_container.active .arrow-img{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.faq-shadow {
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
}
.custom-bread-crumbs-link {
  margin: 0 auto;
  max-width: 1182px;
}
.custom-bread-crumbs-link p {
  margin: 0px !important;
}
.custom-bread-crumbs-link nav > p, #cartaverde-theme-class .custom-bread-crumbs-link nav > p{
  font-size: 11px;
  line-height: 1.5;
}
.custom-bread-crumbs-link nav > p{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px){
  .custom-bread-crumbs-link nav > p{
    gap: 0.25rem;
  }
}
.custom-bread-crumbs-link nav > p a{
  text-decoration-line: none;
}
.custom-bread-crumbs-link nav > p a:first-child{
  font-weight: 700;
}
.custom-bread-crumbs-link .separator{
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/carta-verde/assets/img/separator.svg");
}
form.fluent_form_3 .ff-btn-submit {
  background: #e67e22 !important;
  height: 48px;
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.fluent_form_3 .ff-btn-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 115 28 / var(--tw-bg-opacity));
}
form.fluent_form_3 .ff-btn-submit:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
}
.acf-block input[type=tel]{
  margin-top: 25px;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
  position: absolute;
}
.ff-el-form-check-label span{
  margin-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
select[name=phone_prefix] {
  width: 104px !important;
  background-position: 90% !important;
}
.fluentform select{
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-image: url("/wp-content/themes/carta-verde/assets/img/orange-arrow.svg") !important;
  background-position: 90%;
  background-size: 15px !important;
  background-position: calc(100% - 18px) 24px !important;
}
.fluentform button.ff-btn-submit {
  text-align: center;
  background: #E67E22 !important;
  width: 100% !important;
  max-width: 100 !important;
  height: 56px !important;
  border-radius: 16px !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "Inter";
}
.fluentform button.ff-btn-submit:hover {
  background: #D7731C !important;
  opacity: 1;
}
.fluentform .ff_upload_btn {
  border-radius: 16px;
  font-weight: 700;
  color: #484848 !important;
  background: #dadbdd !important;
}
#sidebar{
  overflow-y: auto;
  padding-bottom: 2.5rem;
}
#menu-main-menu{
  padding-bottom: 2.5rem;
}
.search-field{
  height: 56px !important;
  max-width: 560px !important;
  border-radius: 1rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(193 193 193 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.search-field:not(:-moz-placeholder-shown){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
}
.search-field:not(:placeholder-shown),.search-field:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
}
.search-field.error{
  --tw-border-opacity: 1;
  border-color: rgb(230 49 55 / var(--tw-border-opacity));
}
#form-contact-gpcv .ff-t-container.ff-column-container.ff_columns_total_2{
  display: flex;
  gap: 1rem;
}
.custom-language-switch-container{
  position: relative;
  display: flex;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.custom-language-switch-container .wpml-ls-legacy-list-horizontal{
  padding: 0px;
}
.custom-logo-link-container.custom-language-switch-container .wpml-ls-current-language .search-icon {
    display: block !important;
  }
.custom-language-switch-container .wpml-ls-current-language{
  display: none !important;
}
.custom-language-switch-container ul{
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.custom-language-switch-container ul li,
.custom-language-switch-container ul a{
  padding: 0px;
  padding-top: 0.25rem;
  text-decoration-line: none;
}
.custom-language-switch-container.cv-v2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.custom-language-switch-container.cv-v2 .wpml-ls-legacy-list-horizontal{
  padding: 0px;
}
.custom-logo-link-container.custom-language-switch-container.cv-v2 .wpml-ls-current-language .search-icon {
    display: block !important;
  }
.custom-language-switch-container.cv-v2 .wpml-ls-current-language{
  display: none !important;
}
.custom-language-switch-container.cv-v2 ul{
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.custom-language-switch-container.cv-v2 ul li,
.custom-language-switch-container.cv-v2 ul a{
  padding: 0px;
  padding-top: 0.25rem;
  text-decoration-line: none;
}
#bz-theme-simple-version-language-switch{
  position: absolute;
  right: 0px;
  top: 2.5rem;
  width: 70px;
  padding-top: 0.75rem;
  padding-right: 0px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
  text-decoration-line: none;
}
@media (min-width: 1024px){
  #bz-theme-simple-version-language-switch{
    padding-right: 7px;
  }
}
#bz-theme-simple-version-language-switch ul{
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
#bz-theme-simple-version-language-switch ul li{
  margin: 0px;
}
#bz-theme-simple-version-language-switch ul li.wpml-ls-current-language{
  --tw-text-opacity: 1;
  color: rgb(230 126 34 / var(--tw-text-opacity));
}
#bz-theme-simple-version-language-switch > div{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.wp-block-image img{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 32px;
}
.shared-counts-wrap.shortcode.style-icon{
  margin-bottom: 0px;
}
.shared-counts-wrap.shortcode.style-icon .shared-counts-icon{
  display: flex !important;
  justify-content: center !important;
}
#cartaverde-theme-class footer {
  padding-bottom: 17px;
}
#cartaverde-theme-class footer ul.menu{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  #cartaverde-theme-class footer ul.menu{
    width: 100%;
  }
}
@media (min-width: 1200px){
  #cartaverde-theme-class footer ul.menu{
    padding-left: 0px;
    padding-right: 0px;
  }
}
#cartaverde-theme-class footer ul.menu{
  display: flex !important;
  width: 100% !important;
  flex-wrap: wrap !important;
  justify-content: space-evenly !important;
  row-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
  border-radius: 32px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity)) !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
@media (min-width: 1024px){
  #cartaverde-theme-class footer ul.menu{
    border-radius: 100px !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
#cartaverde-theme-class footer ul.menu ul,
#cartaverde-theme-class footer ul.menu li,
#cartaverde-theme-class footer ul.menu a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
  outline: none;
  list-style: none;
}
#cartaverde-theme-class footer ul.menu li{
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px){
  #cartaverde-theme-class footer ul.menu li{
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 493px) {
  #cartaverde-theme-class footer ul.menu li:first-child{
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #cartaverde-theme-class footer ul.menu {
    flex-direction: column;
    row-gap: 0.5rem !important;
  }
}
#cartaverde-theme-class footer img.custom-logo{
  height: 124px !important;
  width: 124px !important;
}
.container_checkbox{
  position: relative;
  margin-bottom: 12px;
  display: block;
  cursor: pointer;
  padding-left: 35px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container_checkbox input{
  position: absolute;
  cursor: pointer;
  opacity: 0;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.25rem;
  width: 1.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
  background-color: white;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container_checkbox .checkmark:after{
  left: 6px;
  top: 2px;
  height: 10px;
  width: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity));
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.container_checkbox.disabled{
  opacity: 0.3;
}
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Inter", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
.\!container{
  width: 100% !important;
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
  .\!container{
    max-width: 768px !important;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
  .\!container{
    max-width: 1024px !important;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
  .\!container{
    max-width: 1200px !important;
  }
}
body#cartaverde-theme-class * {
    outline: none;
  }
body#cartaverde-theme-class{
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
#cartaverde-theme-class input{
  height: 2.5rem;
}
#cartaverde-theme-class button {
    cursor: pointer;
  }
#cartaverde-theme-class select{
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity));
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: calc(100% - 18px) 24px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#cartaverde-theme-class button{
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity));
}
.grid-base{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .grid-base{
    width: 100%;
  }
}
@media (min-width: 1200px){
  .grid-base{
    padding-left: 0px;
    padding-right: 0px;
  }
}
#cartaverde-theme-class h1{
  margin-bottom: 1.25rem;
  font-size: 54px;
  line-height: 120%;
}
.h1, #cartaverde-theme-class .h1{
  font-size: 54px;
  line-height: 120%;
}
#cartaverde-theme-class h2{
  margin-bottom: 1.25rem;
  font-size: 40px;
  line-height: 1.5;
  line-height: 48px;
}
.h2, #cartaverde-theme-class .h2{
  font-size: 40px;
  line-height: 1.5;
  line-height: 48px;
}
#cartaverde-theme-class h3{
  margin-bottom: 1.25rem;
  font-size: 32px;
  line-height: 1.5;
}
#cartaverde-theme-class h1,
  #cartaverde-theme-class h2,
  #cartaverde-theme-class h3,
  #cartaverde-theme-class h4,
  #cartaverde-theme-class h5,
  #cartaverde-theme-class h6,
  #cartaverde-theme-class p{
  margin-bottom: 1.25rem;
}
.block_default h1,
  .block_default h2,
  .block_default h3,
  .block_default h4,
  .block_default h5,
  .block_default h6,
  .block_default p, #cartaverde-theme-class .block_default h1,
  #cartaverde-theme-class .block_default h2,
  #cartaverde-theme-class .block_default h3,
  #cartaverde-theme-class .block_default h4,
  #cartaverde-theme-class .block_default h5,
  #cartaverde-theme-class .block_default h6,
  #cartaverde-theme-class .block_default p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.block_default li, #cartaverde-theme-class .block_default li {
    list-style: none;
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
#associative-component-results li {
    min-height: 176px;
  }
.h3, #cartaverde-theme-class .h3{
  font-size: 32px;
  line-height: 1.5;
}
.title, #cartaverde-theme-class .title{
  font-size: 28px;
  line-height: 1.5;
}
.subtitle, #cartaverde-theme-class .subtitle{
  font-size: 20px;
  line-height: 1.5;
}
.caption, #cartaverde-theme-class .caption{
  font-size: 11px;
  line-height: 1.5;
}
a{
  text-decoration-line: underline;
}
a:hover{
  font-weight: 700;
}
#cartaverde-theme-class ol,
  #cartaverde-theme-class ul{
  list-style-position: inside;
  list-style-type: disc;
}
#cartaverde-theme-class li {
    list-style: outside;
    margin-left: 17px;
  }
.bg-gradient {
    background: linear-gradient(124.28deg, #0d8e3d 2.44%, #005827 94.59%);
  }
.text-gradient-green {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(124.28deg, #0d8e3d 2.44%, #005827 94.59%);
  }
.primary_btn{
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px){
  .primary_btn{
    width: -moz-fit-content;
    width: fit-content;
  }
}
.primary_btn {
    font-family: "Inter";
  }
.primary_btn_grey{
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px){
  .primary_btn_grey{
    width: -moz-fit-content;
    width: fit-content;
  }
}
.primary_btn_grey {
    font-family: "Inter";
  }
.primary_btn:hover,
  .secondary_btn_1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 115 28 / var(--tw-bg-opacity));
}
.primary_btn:focus,
  .secondary_btn_1:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 239 239 / var(--tw-text-opacity));
}
.primary_btn:disabled,
  .secondary_btn_1:disabled,
  .secondary_btn_2:disabled,
  .terciary_btn:disabled,
  .primary_btn_grey:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.secondary_btn_1{
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px){
  .secondary_btn_1{
    width: -moz-fit-content;
    width: fit-content;
  }
}
.secondary_btn_1 {
    font-family: "Inter";
  }
.secondary_btn_1.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
.secondary_btn_1.white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.secondary_btn_1.white:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity));
}
.secondary_btn_1.white:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.secondary_btn_2{
  height: 48px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    font-family: "Inter";
}
.secondary_btn_2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.secondary_btn_2:focus,
  .secondary_btn_2:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity));
}
.terciary_btn{
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px){
  .terciary_btn{
    height: 56px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.terciary_btn {
    font-family: "Inter";
  }
.terciary_btn .icon{
  margin-left: 0.75rem;
}
.terciary_btn:hover,
  .primary_btn_grey:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity));
}
.terciary_btn:focus,
  .terciary_btn:active,
  .primary_btn_grey:active,
  .primary_btn_grey:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity));
}
.default_link{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
.default_link:hover,
  .default_link:active,
  .default_link:focus{
  font-weight: 700;
}
#loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
  }
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.input_default,
  .acf-block input[type=text],
  .acf-block input[type=email],
  .acf-block input[type=tel]{
  height: 56px !important;
  max-width: 560px !important;
  border-radius: 1rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(193 193 193 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.acf-block textarea{
  min-height: 56px !important;
  border-radius: 1rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(193 193 193 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.input_default:not(:-moz-placeholder-shown), .acf-block input[type=text]:not(:-moz-placeholder-shown), .acf-block input[type=email]:not(:-moz-placeholder-shown), .acf-block input[type=tel]:not(:-moz-placeholder-shown){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
}
.input_default:not(:placeholder-shown),
  .input_default:disabled,
  .acf-block input[type=text]:disabled,
  .acf-block input[type=text]:not(:placeholder-shown),
  .acf-block input[type=email]:disabled,
  .acf-block input[type=email]:not(:placeholder-shown),
  .acf-block input[type=tel]:disabled,
  .acf-block input[type=tel]:not(:placeholder-shown){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
}
.input_default.error{
  --tw-border-opacity: 1;
  border-color: rgb(230 49 55 / var(--tw-border-opacity));
}
.selector_btn,
  .acf-block select{
  display: flex !important;
  height: 53px !important;
  align-items: center !important;
  border-radius: 1rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(72 72 72 / var(--tw-text-opacity)) !important;
}
.selector_btn.active{
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.selector_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity));
}
.selector_btn:active,
  .selector_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
}
.selector_btn svg{
  margin-right: 0.75rem;
}
.hidden-search-desktop{
  display: flex;
  align-items: center;
}
.hidden-search-desktop input{
  height: 56px !important;
  max-width: 560px !important;
  border-radius: 1rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(193 193 193 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(117 117 117 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.hidden-search-desktop input:not(:-moz-placeholder-shown){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
}
.hidden-search-desktop input:not(:placeholder-shown),.hidden-search-desktop input:disabled{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity)) !important;
}
.hidden-search-desktop input.error{
  --tw-border-opacity: 1;
  border-color: rgb(230 49 55 / var(--tw-border-opacity));
}
.hidden-search-desktop input{
  height: 48px;
  width: 414px;
  border-width: 0px;
}
@media (max-width: 1130px) {
    .hidden-search-desktop input{
    width: 350px;
  }
  }
.hidden-search-desktop .search-submit {
    display: none;
  }
.custom-logo-link-container.hidden .search-icon {
    display: block !important;
  }
#site-navigation .menu{
  margin-top: -30px;
  list-style-type: none;
}
#site-navigation .menu .menu-item{
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  #site-navigation .menu .menu-item{
    padding-left: 1.25rem;
  }
}
#site-navigation .menu .menu-item a{
  margin-top: 48px !important;
  display: block !important;
  font-size: 24px !important;
    text-decoration: none !important;
}
#site-navigation .menu .sub-menu li{
  margin-left: 40px;
  list-style-type: none;
}
#site-navigation .menu .sub-menu li a{
  font-size: 20px;
  font-weight: 400;
    text-decoration: none !important;
    margin-top: 16px !important;
}
.hero-carousel .prev,
  .hero-carousel .next{
  display: flex;
  height: 48px;
  width: 56px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.elipse-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
.shadow-box {
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.25);
  }
.elipse-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
.shadow-box {
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.25);
  }
.filter-button{
  height: 3rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
.filter-button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hide-scroll-bar::-webkit-scrollbar {
    display: none;
  }
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll-bar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
.description_block_links a {
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    text-decoration: none;
  }
.first-bottom :first-child {
    margin-bottom: 26px;
  }
.break-elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-1\/2{
  top: 50%;
}
.left-full{
  left: 100%;
}
.right-\[50px\]{
  right: 50px;
}
.top-0{
  top: 0px;
}
.bottom-0{
  bottom: 0px;
}
.right-10{
  right: 2.5rem;
}
.top-\[143px\]{
  top: 143px;
}
.-right-\[640px\]{
  right: -640px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.-top-20{
  top: -5rem;
}
.-right-\[10px\]{
  right: -10px;
}
.-top-\[3px\]{
  top: -3px;
}
.top-\[90px\]{
  top: 90px;
}
.bottom-6{
  bottom: 1.5rem;
}
.left-\[6px\]{
  left: 6px;
}
.top-\[2px\]{
  top: 2px;
}
.top-10{
  top: 2.5rem;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.top-\[3\.3rem\]{
  top: 3.3rem;
}
.z-10{
  z-index: 10;
}
.-z-10{
  z-index: -10;
}
.z-20{
  z-index: 20;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[10\]{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[48px\]{
  margin-top: 48px;
  margin-bottom: 48px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mt-\[88px\]{
  margin-top: 88px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-\[51px\]{
  margin-top: 51px;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.ml-\[16px\]{
  margin-left: 16px;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.\!mt-\[15px\]{
  margin-top: 15px !important;
}
.\!mb-20{
  margin-bottom: 5rem !important;
}
.mt-3{
  margin-top: 0.75rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-\[-3px\]{
  margin-right: -3px;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mt-\[3px\]{
  margin-top: -3px;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.-mr-\[10px\]{
  margin-right: -10px;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-\[-30px\]{
  margin-top: -30px;
}
.mt-\[48px\]{
  margin-top: 48px;
}
.ml-\[40px\]{
  margin-left: 40px;
}
.\!mb-\[26px\]{
  margin-bottom: 26px !important;
}
.mb-12{
  margin-bottom: 3rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-7{
  margin-top: 1.75rem;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.-mt-\[9px\]{
  margin-top: -9px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mb-\[250px\]{
  margin-bottom: 250px;
}
.-mt-\[273px\]{
  margin-top: -273px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[22px\]{
  margin-top: 22px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.-mt-\[7px\]{
  margin-top: -7px;
}
.\!mb-4{
  margin-bottom: 1rem !important;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.\!mt-0{
  margin-top: 0px !important;
}
.mb-\[47px\]{
  margin-bottom: 47px;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[14px\]{
  margin-top: 14px;
}
.mt-\[46px\]{
  margin-top: 46px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.ml-0{
  margin-left: 0px;
}
.mr-0{
  margin-right: 0px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.\!flex{
  display: flex !important;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.h-\[72px\]{
  height: 72px;
}
.h-\[56px\]{
  height: 56px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-24{
  height: 6rem;
}
.h-0{
  height: 0px;
}
.h-20{
  height: 5rem;
}
.h-auto{
  height: auto;
}
.h-48{
  height: 12rem;
}
.h-10{
  height: 2.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-12{
  height: 3rem;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[53px\]{
  height: 53px;
}
.h-\[664px\]{
  height: 664px;
}
.h-\[239px\]{
  height: 239px;
}
.h-\[368px\]{
  height: 368px;
}
.h-\[64px\]{
  height: 64px;
}
.h-16{
  height: 4rem;
}
.h-\[312px\]{
  height: 312px;
}
.h-5{
  height: 1.25rem;
}
.h-\[96px\]{
  height: 96px;
}
.h-11{
  height: 2.75rem;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[124px\]{
  height: 124px;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[504px\]{
  min-height: 504px;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.min-h-fit{
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[280px\]{
  min-height: 280px;
}
.min-h-\[240px\]{
  min-height: 240px;
}
.min-h-\[576px\]{
  min-height: 576px;
}
.min-h-\[304px\]{
  min-height: 304px;
}
.min-h-\[424px\]{
  min-height: 424px;
}
.min-h-\[70px\]{
  min-height: 70px;
}
.min-h-\[296px\]{
  min-height: 296px;
}
.w-full{
  width: 100%;
}
.w-6{
  width: 1.5rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[24px\]{
  width: 24px;
}
.w-16{
  width: 4rem;
}
.w-\[2228px\]{
  width: 2228px;
}
.w-1\/5{
  width: 20%;
}
.w-64{
  width: 16rem;
}
.w-10{
  width: 2.5rem;
}
.w-14{
  width: 3.5rem;
}
.w-\[414px\]{
  width: 414px;
}
.w-\[350px\]{
  width: 350px;
}
.\!w-screen{
  width: 100vw !important;
}
.w-\[95\%\]{
  width: 95%;
}
.w-\[136x\]{
  width: 136x;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[64px\]{
  width: 64px;
}
.w-5{
  width: 1.25rem;
}
.w-4{
  width: 1rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-\[132px\]{
  width: 132px;
}
.w-12{
  width: 3rem;
}
.w-3{
  width: 0.75rem;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[124px\]{
  width: 124px;
}
.w-\[70px\]{
  width: 70px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-\[50\%\]{
  min-width: 50%;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-\[414px\]{
  max-width: 414px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-container-primary{
  max-width: 75rem;
}
.max-w-content-container{
  max-width: 55.625rem;
}
.max-w-\[896px\]{
  max-width: 896px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-\[970px\]{
  max-width: 970px;
}
.max-w-\[638px\]{
  max-width: 638px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[894px\]{
  max-width: 894px;
}
.max-w-\[136px\]{
  max-width: 136px;
}
.max-w-\[234px\]{
  max-width: 234px;
}
.max-w-\[368px\]{
  max-width: 368px;
}
.max-w-\[330px\]{
  max-width: 330px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[336px\]{
  max-width: 336px;
}
.max-w-\[464px\]{
  max-width: 464px;
}
.max-w-\[910px\]{
  max-width: 910px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-center{
  place-content: center;
}
.place-items-center{
  place-items: center;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-items-center{
  justify-items: center;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-5{
  gap: 1.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-\[48px\]{
  gap: 48px;
}
.gap-\[42px\]{
  gap: 42px;
}
.gap-4{
  gap: 1rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-x-\[64px\]{
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.gap-y-\[32px\]{
  row-gap: 32px;
}
.gap-y-\[28px\]{
  row-gap: 28px;
}
.gap-y-\[1\.5rem\]{
  row-gap: 1.5rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-\[100px\]{
  border-radius: 100px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-0{
  border-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-none{
  border-style: none;
}
.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity));
}
.border-grey-light{
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.border-b-grey{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 193 193 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-grey-light{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 37 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity));
}
.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity));
}
.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-6{
  padding: 1.5rem;
}
.p-5{
  padding: 1.25rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-3{
  padding: 0.75rem;
}
.p-2{
  padding: 0.5rem;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[80px\]{
  padding-left: 80px;
  padding-right: 80px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-4{
  padding-top: 1rem;
}
.pl-0{
  padding-left: 0px;
}
.pt-20{
  padding-top: 5rem;
}
.pt-\[160px\]{
  padding-top: 160px;
}
.pr-3{
  padding-right: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pl-\[14px\]{
  padding-left: 14px;
}
.pt-0{
  padding-top: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-\[90px\]{
  padding-top: 90px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-\[54px\]{
  padding-top: 54px;
}
.pb-\[46px\]{
  padding-bottom: 46px;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pr-\[19px\]{
  padding-right: 19px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pb-\[38px\]{
  padding-bottom: 38px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pb-\[61px\]{
  padding-bottom: 61px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-\[38px\]{
  padding-top: 38px;
}
.pl-\[35px\]{
  padding-left: 35px;
}
.pt-3{
  padding-top: 0.75rem;
}
.pr-0{
  padding-right: 0px;
}
.pt-5{
  padding-top: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-sans{
  font-family: "Inter", sans-serif;
}
.text-\[150px\]{
  font-size: 150px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[54px\]{
  font-size: 54px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[29px\]{
  font-size: 29px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[22px\]{
  font-size: 22px;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.leading-none{
  line-height: 1;
}
.leading-\[52px\]{
  line-height: 52px;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-\[120\%\]{
  line-height: 120%;
}
.leading-normal{
  line-height: 1.5;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[45px\]{
  line-height: 45px;
}
.leading-\[54px\]{
  line-height: 54px;
}
.leading-\[44px\]{
  line-height: 44px;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 87 37 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-\[\#137b40\]{
  --tw-text-opacity: 1;
  color: rgb(19 123 64 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(230 126 34 / var(--tw-text-opacity));
}
.text-grey-black{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.cv-faq-container details:not([open]) {
  animation-name: fold-in;
  animation-duration: 0.2s;
}
.cv-faq-container details summary::-webkit-details-marker,
.cv-faq-container details summary::marker {
  content: "";
  display: none;
}
.cv-faq-container details summary::after {
  cursor: pointer;
}
.cv-faq-container details[open] .content {
  animation-name: fold-out;
  animation-duration: 0.2s;
}
@keyframes fold-out {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fold-in {
  0% {
    padding-bottom: 1rem;
  }
  100% {
    padding-bottom: 0;
  }
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:right-2::after{
  content: var(--tw-content);
  right: 0.5rem;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.last\:pr-0:last-child{
  padding-right: 0px;
}
.last\:font-bold:last-child{
  font-weight: 700;
}
.hover\:bg-secondary-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 115 28 / var(--tw-bg-opacity));
}
.hover\:bg-grey-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.hover\:font-normal:hover{
  font-weight: 400;
}
.hover\:font-bold:hover{
  font-weight: 700;
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.focus\:bg-secondary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(230 126 34 / var(--tw-bg-opacity));
}
.active\:bg-grey-light:active{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .md\:mb-\[120px\]{
    margin-bottom: 120px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:h-\[56px\]{
    height: 56px;
  }
  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-\[200px\]{
    width: 200px;
  }
  .md\:w-11{
    width: 2.75rem;
  }
  .md\:min-w-\[300px\]{
    min-width: 300px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:max-w-\[311px\]{
    max-width: 311px;
  }
  .md\:max-w-\[792px\]{
    max-width: 792px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:place-items-center{
    place-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-x-\[100px\]{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .md\:gap-y-\[42px\]{
    row-gap: 42px;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1024px){
  .lg\:top-0{
    top: 0px;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }
  .lg\:mt-\[45px\]{
    margin-top: 45px;
  }
  .lg\:-ml-\[10px\]{
    margin-left: -10px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-\[22px\]{
    margin-top: 22px;
  }
  .lg\:mb-\[62px\]{
    margin-bottom: 62px;
  }
  .lg\:-mt-1{
    margin-top: -0.25rem;
  }
  .lg\:-mr-\[5px\]{
    margin-right: -5px;
  }
  .lg\:-mr-5{
    margin-right: -1.25rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mt-\[5px\]{
    margin-top: 5px;
  }
  .lg\:mb-\[48px\]{
    margin-bottom: 48px;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:-mt-\[10px\]{
    margin-top: -10px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-\[63px\]{
    margin-top: 63px;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:mt-11{
    margin-top: 2.75rem;
  }
  .lg\:mt-9{
    margin-top: 2.25rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:-mt-5{
    margin-top: -1.25rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-\[62px\]{
    margin-top: 62px;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-\[696px\]{
    height: 696px;
  }
  .lg\:h-\[392px\]{
    height: 392px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-\[350px\]{
    height: 350px;
  }
  .lg\:h-\[fit-content\]{
    height: -moz-fit-content;
    height: fit-content;
  }
  .lg\:min-h-\[472px\]{
    min-height: 472px;
  }
  .lg\:min-h-\[800px\]{
    min-height: 800px;
  }
  .lg\:min-h-\[500px\]{
    min-height: 500px;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-10\/12{
    width: 83.333333%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:min-w-\[390px\]{
    min-width: 390px;
  }
  .lg\:max-w-\[344px\]{
    max-width: 344px;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:max-w-\[440px\]{
    max-width: 440px;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:max-w-\[237px\]{
    max-width: 237px;
  }
  .lg\:max-w-\[235px\]{
    max-width: 235px;
  }
  .lg\:max-w-\[264px\]{
    max-width: 264px;
  }
  .lg\:max-w-\[592px\]{
    max-width: 592px;
  }
  .lg\:max-w-\[\]{
    max-width: ;
  }
  .lg\:max-w-\[454px\]{
    max-width: 454px;
  }
  .lg\:max-w-\[220px\]{
    max-width: 220px;
  }
  .lg\:max-w-\[600px\]{
    max-width: 600px;
  }
  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .lg\:max-w-\[unset\]{
    max-width: unset;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:hidden.custom-logo-link-container .search-icon {
    display: block !important;
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }
  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\:gap-y-\[26px\]{
    row-gap: 26px;
  }
  .lg\:gap-x-\[180px\]{
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
  .lg\:gap-y-\[56px\]{
    row-gap: 56px;
  }
  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .lg\:gap-y-\[47px\]{
    row-gap: 47px;
  }
  .lg\:rounded-\[32px\]{
    border-radius: 32px;
  }
  .lg\:rounded-\[100px\]{
    border-radius: 100px;
  }
  .lg\:border-grey-light{
    --tw-border-opacity: 1;
    border-color: rgb(239 239 239 / var(--tw-border-opacity));
  }
  .lg\:bg-cover{
    background-size: cover;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-\[64px\]{
    padding: 64px;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[65px\]{
    padding-left: 65px;
    padding-right: 65px;
  }
  .lg\:py-\[64px\]{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lg\:px-\[152px\]{
    padding-left: 152px;
    padding-right: 152px;
  }
  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .lg\:px-\[64px\]{
    padding-left: 64px;
    padding-right: 64px;
  }
  .lg\:px-\[32px\]{
    padding-left: 32px;
    padding-right: 32px;
  }
  .lg\:py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lg\:px-\[94px\]{
    padding-left: 94px;
    padding-right: 94px;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-\[108px\]{
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .lg\:py-\[32px\]{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pr-6{
    padding-right: 1.5rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pt-\[74px\]{
    padding-top: 74px;
  }
  .lg\:pt-1{
    padding-top: 0.25rem;
  }
  .lg\:pl-5{
    padding-left: 1.25rem;
  }
  .lg\:pl-\[146px\]{
    padding-left: 146px;
  }
  .lg\:pt-\[34px\]{
    padding-top: 34px;
  }
  .lg\:pr-\[55px\]{
    padding-right: 55px;
  }
  .lg\:pt-\[88px\]{
    padding-top: 88px;
  }
  .lg\:pb-\[38px\]{
    padding-bottom: 38px;
  }
  .lg\:pt-\[22px\]{
    padding-top: 22px;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pt-3{
    padding-top: 0.75rem;
  }
  .lg\:pl-20{
    padding-left: 5rem;
  }
  .lg\:pt-\[56px\]{
    padding-top: 56px;
  }
  .lg\:pb-9{
    padding-bottom: 2.25rem;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pt-\[48px\]{
    padding-top: 48px;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pr-\[84px\]{
    padding-right: 84px;
  }
  .lg\:pb-\[48px\]{
    padding-bottom: 48px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-\[75px\]{
    padding-top: 75px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pl-\[34px\]{
    padding-left: 34px;
  }
  .lg\:pt-\[32px\]{
    padding-top: 32px;
  }
  .lg\:pt-\[54px\]{
    padding-top: 54px;
  }
  .lg\:pl-\[64px\]{
    padding-left: 64px;
  }
  .lg\:\!pt-\[132px\]{
    padding-top: 132px !important;
  }
  .lg\:\!pr-8{
    padding-right: 2rem !important;
  }
  .lg\:pl-2{
    padding-left: 0.5rem;
  }
  .lg\:pt-\[60px\]{
    padding-top: 60px;
  }
  .lg\:pb-\[54px\]{
    padding-bottom: 54px;
  }
  .lg\:pt-\[35px\]{
    padding-top: 35px;
  }
  .lg\:pr-\[29px\]{
    padding-right: 29px;
  }
  .lg\:pr-\[7px\]{
    padding-right: 7px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:leading-\[142px\]{
    line-height: 142px;
  }
  .lg\:leading-\[32px\]{
    line-height: 32px;
  }
}
@media (min-width: 1200px){
  .xl\:w-11\/12{
    width: 91.666667%;
  }
  .xl\:pl-0{
    padding-left: 0px;
  }
}
