@charset "UTF-8";
/*

    1. BASE
    reset
    base
    Variable

    2. Element
    Header
    Footer
    Button
    Text
    Text Color
    Text Size 
    Breadcrumb
    Form
    Card
    BlogPost
    AccordeonPost
    Loader
    Search

    3. Layout
    Home
    Builder


    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Tahoma", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 900;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p,
a,
ul,
ol,
li {
  font-family: "Tahoma", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  color: #6F7177;
  font-size: 18px;
  line-height: 25px;
}

/* outline */
* {
  letter-spacing: 0;
}
*:focus {
  outline: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #7A7C8E !important;
}

::-moz-placeholder {
  color: #7A7C8E !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #7A7C8E !important;
} /* ie */
:-moz-placeholder {
  color: #7A7C8E !important;
}

/* Selection */
::-moz-selection {
  background: #57A519;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #57A519;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #57A519;
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0 !important;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* Address */
address {
  font-style: initial;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
  width: 93%;
  max-width: 1140px;
}

.center-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* bordered image */
.bordered-image img {
  border-radius: 24px;
  overflow: hidden;
}

/* line horizontal image */
.line-horizontal-image img[src*=".svg"] {
  width: 100% !important;
}

/* row col */
.row-col.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-col.et_pb_row .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 32px;
}

/* featured text */
.featured-text .et_pb_text_inner ol,
.featured-text .et_pb_text_inner ul {
  font-size: 16px;
  line-height: 25px;
  color: #6F7177;
}
.featured-text .et_pb_text_inner ol li,
.featured-text .et_pb_text_inner ul li {
  margin-top: 8px;
  margin-bottom: 8px;
}
.featured-text .et_pb_text_inner ol li:last-child,
.featured-text .et_pb_text_inner ul li:last-child {
  margin-bottom: 0;
}
.featured-text .et_pb_text_inner ol ol,
.featured-text .et_pb_text_inner ol ul,
.featured-text .et_pb_text_inner ul ol,
.featured-text .et_pb_text_inner ul ul {
  padding-left: 40px !important;
}
.featured-text .et_pb_text_inner ol ol,
.featured-text .et_pb_text_inner ol ol *,
.featured-text .et_pb_text_inner ol ul,
.featured-text .et_pb_text_inner ol ul *,
.featured-text .et_pb_text_inner ul ol,
.featured-text .et_pb_text_inner ul ol *,
.featured-text .et_pb_text_inner ul ul,
.featured-text .et_pb_text_inner ul ul * {
  list-style: lower-alpha;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 16px);
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .row-col.et_pb_row.col--2 .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 10px) !important;
    margin-right: 16px;
  }
  .row-col.et_pb_row.col--2 .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
}
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
header.et-l--header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
header.et-l--header .header {
  padding: 30px 0 40px 0;
}
header.et-l--header .header .header__inner {
  padding: 0;
}
header.et-l--header .header .header__inner .et_pb_column {
  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;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav {
  background-color: transparent !important;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu__wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu__icon.et_pb_menu__search-button:after {
  -webkit-transform: rotate(271deg);
          transform: rotate(271deg);
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu__search-container {
  height: 50px;
  padding-top: 11px;
  padding-right: 0;
  padding-left: 20px;
  width: 95%;
  right: 0;
  left: initial;
  border-bottom: 1px solid #57A519;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 1px;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
  padding-left: 16px;
  padding-right: 16px;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li.current_page_item a {
  color: #57A519;
  font-weight: 600;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a {
  color: #000;
  font-size: 16px;
  padding-right: 0;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a:hover {
  background: transparent;
  opacity: 0.8;
  color: #57A519;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu {
  border: 0;
  padding: 16px 0;
  background: #fff !important;
  width: 300px;
  border-radius: 10px;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu li {
  width: 100%;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a {
  display: block;
  width: 100%;
  -webkit-transition: initial;
  transition: initial;
  color: #7A7C8E !important;
  font-size: 14px;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a:hover {
  color: #7A7C8E;
}

.header__logo {
  margin: 0 !important;
  width: 285px;
  position: relative;
  top: -13px;
}

/* Nav icon */
#nav-icon2 {
  width: 50px;
  height: 25px;
  position: relative;
  -webkit-transform: scale(0.7) rotate(0deg);
          transform: scale(0.7) rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 11px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 22px;
}

.mobile_menu_bar:before {
  display: none;
}

.mobile_nav.opened #nav-icon2 span {
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgb(0, 0, 0);
          box-shadow: 0 4px 24px rgb(0, 0, 0);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1), .mobile_nav.opened #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(2), .mobile_nav.opened #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}

.open-subnav {
  display: none;
  border-radius: 10px;
}
.open-subnav span {
  color: #fff;
}

.mobile_menu_layout,
.mobile_menu_layout__inner {
  display: none !important;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 1200px) {
  header .header .header__logo {
    max-width: 250px;
    top: -14px;
  }
  header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
  header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav {
    top: -2px;
  }
  header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .header__logo,
  .header__inner .et_pb_image {
    width: 200px !important;
    top: -4px !important;
  }
  .open-subnav {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  .open-subnav.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .et-db #et-boc header.et-l--header .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner {
    padding: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column .et_pb_image {
    margin: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu {
    width: 100%;
    display: none !important;
    padding: 10px 0 10px 36px;
    background: transparent !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu.active {
    display: block !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li {
    width: 100%;
    padding-bottom: 0 !important;
    padding-left: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li.current-menu-item a {
    color: #57A519 !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li a {
    padding: 5px 10px;
    width: 100%;
    color: #fff !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li .open-subnav {
    top: 1px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu {
    background: #C0C6D0 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu a {
    font-family: "Tahoma", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 18px !important;
    padding-left: 30px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #C0C6D0 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #fff !important;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout {
    border: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(<path-to-image>), lightgray 50%/cover no-repeat !important;
    padding-bottom: 0;
    z-index: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    right: initial;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    overflow-y: auto;
    padding-top: 90px;
    padding-right: 20%;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu {
    width: 100%;
    border: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li {
    position: relative;
    z-index: 2;
    padding-bottom: 16px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.current-menu-item a {
    text-decoration: underline;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.btn--header a {
    font-weight: bold;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-family: "Tahoma", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: 0;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_bar {
    z-index: 99999;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .et_mobile_menu:before {
    width: 60%;
    opacity: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout,
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout__inner {
    display: block !important;
  }
}
@media (max-width: 680px) {
  header .header .header__logo {
    max-width: 190px;
    top: -3px !important;
  }
  .et-db #et-boc header.et-l--header .header {
    padding: 20px 0;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    padding-right: 5%;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu,
  .et-db #et-boc header.et-l--header #mobile_menu2.et_mobile_menu {
    padding-top: 70px;
  }
}
/* ------------------------------------------------------------
     FOOTER
------------------------------------------------------------ */
.footer__inner.et_pb_row .et_pb_column:first-child {
  width: 340px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.link-list .et_pb_text_inner ul,
.link-list .et_pb_text_inner ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-list .et_pb_text_inner li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
}
.link-list .et_pb_text_inner li:last-child {
  margin-bottom: 0;
}
.link-list .et_pb_text_inner li,
.link-list .et_pb_text_inner li * {
  color: #C0C6D0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.link-list .et_pb_text_inner li:hover,
.link-list .et_pb_text_inner li *:hover {
  opacity: 0.7;
}

.footer__social .icon {
  width: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .footer__inner.et_pb_row .et_pb_column:first-child {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media all and (max-width: 768px) {
  .footer__inner.et_pb_row {
    padding-bottom: 0;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

.text-letter-25,
.text-letter-25 * {
  letter-spacing: 2.5px;
}

.text-letter-0,
.text-letter-0 * {
  letter-spacing: 0px;
}

.text-400 *, .text-400 {
  font-weight: 400;
}

.text-title,
.text-title * {
  font-weight: bold;
}

.text-regular,
.text-regular * {
  font-family: "Tahoma", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.title-section h1:after,
.title-section h2:after,
.title-section h3:after,
.title-section h4:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #57A519;
  display: block;
  margin: 8px auto 0 auto;
}
.title-section h1 strong,
.title-section h2 strong,
.title-section h3 strong,
.title-section h4 strong {
  font-weight: 400;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff;
}

.text-Gray400,
.text-Gray400 * {
  color: #6F7177;
}

.text-Gray300,
.text-Gray300 * {
  color: #C0C6D0;
}

.text-Gray200,
.text-Gray200 * {
  color: #F9F9F9;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 20px;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 28px;
}

.text-small,
.text-small * {
  font-size: 11px;
  line-height: 20px;
}

.text-21,
.text-21 * {
  font-size: 21px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-40,
.text-40 * {
  font-size: 40px;
  line-height: 45px;
}

.text-60,
.text-60 * {
  font-size: 60px;
  line-height: 65px;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 60px;
  line-height: 65px;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 34px;
  line-height: 40px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 28px;
  line-height: 35px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 24px;
  line-height: 30px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 20px;
  line-height: 28px;
}

h6,
h6 *,
.h6,
.h6 * {
  font-size: 18px;
  line-height: 25px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .text-60,
  .text-60 * {
    font-size: 42px;
    line-height: 50px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 42px;
    line-height: 50px;
  }
}
@media all and (max-width: 980px) {
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 34px;
    line-height: 40px;
  }
  h3,
  h3 *,
  .h3,
  .h3 * {
    font-size: 28px;
    line-height: 35px;
  }
  h4,
  h4 *,
  .h4,
  .h4 * {
    font-size: 21px;
    line-height: 30px;
  }
  h5,
  h5 *,
  .h5,
  .h5 * {
    font-size: 18px;
    line-height: 25px;
  }
  h6,
  h6 *,
  .h6,
  .h6 * {
    font-size: 16px;
  }
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 768px) {
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-60,
  .text-60 * {
    font-size: 32px;
    line-height: 40px;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 28px;
    line-height: 35px;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 24px;
    line-height: 35px;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module.et_pb_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.module-bottom.et_pb_section {
  padding-bottom: 60px;
}

.module-top.et_pb_section {
  padding-top: 60px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .module.et_pb_section {
    padding-top: 40x;
    padding-bottom: 40x;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 40x;
  }
  .module-top.et_pb_section {
    padding-top: 40x;
  }
}
@media all and (max-width: 768px) {
  .module.et_pb_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 30px;
  }
  .module-top.et_pb_section {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------
     BREADCRUMB
------------------------------------------------------------ */
.breadcrumb * {
  color: #6F7177;
}
.breadcrumb *.current {
  color: #000;
}
.breadcrumb span:not(.separator),
.breadcrumb a {
  font-family: "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 18px;
}
.breadcrumb .separator {
  font-size: 21px !important;
  position: relative;
  top: -2px;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 980px) {
  .breadcrumb.et_pb_section {
    padding: 8px 0;
  }
}
/* ------------------------------------------------------------
    FORM
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HERO IMAGE
------------------------------------------------------------ */
.hero-image.et_pb_section {
  height: 350px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: top;
}
.hero-image.et_pb_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 47.24%, #000 103.57%);
}

.hero-image__inner.et_pb_row {
  position: relative;
  margin: 0 auto;
}

.hero-image__text .et_pb_text_inner h1,
.hero-image__text .et_pb_text_inner h2,
.hero-image__text .et_pb_text_inner h3,
.hero-image__text .et_pb_text_inner h4 {
  color: #fff;
}
.hero-image__text .et_pb_text_inner p {
  color: #C0C6D0;
}

.hero-image-small.et_pb_section {
  height: 300px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .hero-image__inner.et_pb_row .et_pb_column {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------
    CARD
------------------------------------------------------------ */
.card-link {
  border-radius: 4px;
  border: 2px solid #C0C6D0;
  background: #F9F9F9;
  -webkit-filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.1));
  height: 100%;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  padding: 15px 15px 60px 15px;
  height: 100%;
  transition: 0.4s all ease-in-out;
  position: relative;
}
.card-link:hover {
  -webkit-filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.3));
}
.card-link:after {
  content: "";
  width: 37px;
  height: 37px;
  background: url(https://acet-uami.acet-latinoamerica.org/wp-content/uploads/2025/01/cta.svg) center center no-repeat;
  background-size: contain;
  display: block;
  float: right;
  margin-bottom: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.card-link .et_pb_main_blurb_image .et_pb_image_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-link .et_pb_main_blurb_image .et_pb_image_wrap img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card-link .et_pb_blurb_container .et_pb_blurb_description h3,
.card-link .et_pb_blurb_container .et_pb_blurb_description h3 *,
.card-link .et_pb_blurb_container .et_pb_blurb_description h4,
.card-link .et_pb_blurb_container .et_pb_blurb_description h4 * {
  font-size: 21px;
  line-height: 25px;
}
.card-link .et_pb_blurb_container .et_pb_blurb_description h3 em,
.card-link .et_pb_blurb_container .et_pb_blurb_description h4 em {
  font-style: initial;
  color: #6F7177;
}
.card-link .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: 16px;
  line-height: 25px;
}

.card-pdf {
  border-radius: 4px;
  border: 2px solid #C0C6D0;
  background: #F9F9F9;
  -webkit-filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.1));
  height: 100%;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  padding: 15px 15px 60px 15px;
  position: relative;
}
.card-pdf:hover {
  -webkit-filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.3));
}
.card-pdf .et_pb_main_blurb_image .et_pb_image_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-pdf .et_pb_main_blurb_image .et_pb_image_wrap img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card-pdf .et_pb_blurb_content {
  position: initial;
}
.card-pdf .et_pb_blurb_container .et_pb_blurb_description h3,
.card-pdf .et_pb_blurb_container .et_pb_blurb_description h3 *,
.card-pdf .et_pb_blurb_container .et_pb_blurb_description h4,
.card-pdf .et_pb_blurb_container .et_pb_blurb_description h4 * {
  font-size: 21px;
  line-height: 25px;
  color: #6F7177;
}
.card-pdf .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: 16px;
  line-height: 25px;
}
.card-pdf .et_pb_blurb_container .et_pb_blurb_description p a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #ECE7E7;
  color: #000;
  font-size: 14px;
}
.card-pdf .et_pb_blurb_container .et_pb_blurb_description p a:before {
  content: var(--fa);
  font-weight: 900;
  --fa: "";
  --fa--fa: "";
  font-family: "Font Awesome 6 Free";
  margin-right: 8px;
}
.card-pdf .et_pb_blurb_container .et_pb_blurb_description select {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #6F7177;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .card-pdf .et_pb_blurb_container .et_pb_blurb_description p {
    font-size: 15px;
    line-height: 22px;
  }
}
/* ------------------------------------------------------------
     BLOG POST
------------------------------------------------------------ */
.post-simple .et_pb_ajax_pagination_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-simple .et_pb_ajax_pagination_container .et_pb_post {
  width: calc(50% - 16px);
  margin-right: 16px;
  margin-bottom: 32px;
}
.post-simple .et_pb_ajax_pagination_container .et_pb_post:nth-child(2n+2) {
  margin-right: 0;
}
.post-simple .et_pb_ajax_pagination_container .et_pb_post .entry-title,
.post-simple .et_pb_ajax_pagination_container .et_pb_post .entry-title * {
  font-size: 18px;
  line-height: 25px;
}
.post-simple .et_pb_ajax_pagination_container .et_pb_post .post-content .post-content-inner {
  margin-bottom: 16px;
}
.post-simple .et_pb_ajax_pagination_container .et_pb_post .post-content .post-content-inner p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-simple .et_pb_ajax_pagination_container .et_pb_post .post-content .more-link {
  text-decoration: underline;
  font-weight: 600;
  color: #57A519;
}
.post-simple .et_pb_ajax_pagination_container .et_pb_post .post-content .more-link:hover {
  text-decoration: none;
}

.pagination a {
  color: #57A519;
  text-decoration: underline;
}
.pagination a:hover {
  text-decoration: none;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .post-simple .et_pb_ajax_pagination_container .et_pb_post {
    width: 100%;
    margin-right: 0;
  }
}
/* ------------------------------------------------------------
     ACCORDEON POST
------------------------------------------------------------ */
.container-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container-col.active {
  background: #fff;
  border-radius: 8px;
  height: 300px;
}
.container-col.active > div {
  display: none;
}

#menu-acordeon {
  width: 30%;
}
#menu-acordeon ul#category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-acordeon ul#category-list .subcategory {
  margin-bottom: 16px;
  cursor: pointer;
}
#menu-acordeon ul#category-list .subcategory.active > span:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#menu-acordeon ul#category-list .subcategory.active .subcategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu-acordeon ul#category-list .subcategory:last-child {
  margin-bottom: 0;
}
#menu-acordeon ul#category-list .subcategory > span {
  border-radius: 4px;
  background: #C0C6D0;
  font-weight: 600;
  width: 100%;
  padding: 5px 29px 5px 10px;
  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;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
#menu-acordeon ul#category-list .subcategory > span:after {
  content: var(--fa);
  --fa: "";
  --fa--fa: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  font-size: 14px;
  position: relative;
  top: 6px;
  position: absolute;
  right: 9px;
}
#menu-acordeon ul#category-list .subcategories {
  background: #fff;
  list-style: none;
  padding: 0;
  border-radius: 0 0 8px 8px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu-acordeon ul#category-list .subcategories li {
  text-decoration: underline;
  color: #6F7177;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
}
#menu-acordeon ul#category-list .subcategories li:hover {
  text-decoration: none;
}
#menu-acordeon ul#category-list .subcategories li.active {
  color: #000;
}
#menu-acordeon ul#category-list .subcategories li .material-symbols-outlined {
  font-size: 21px;
  margin-right: 6px;
  float: left;
  position: relative;
  top: 3px;
}

#post-content {
  width: calc(70% - 80px);
  margin-left: 80px;
  position: relative;
}
#post-content.active {
  background: #fff;
  border-radius: 8px;
}
#post-content.active > *:not(.loader) {
  opacity: 0;
}
#post-content article ul,
#post-content article ol,
#post-content article li,
#post-content article p,
#post-content article a {
  font-size: 16px;
  line-height: 25px;
}
#post-content article ul,
#post-content article ol,
#post-content article li,
#post-content article p {
  color: #6F7177;
}
#post-content article a {
  color: #57A519;
  text-decoration: underline;
}
#post-content article a:hover {
  text-decoration: none;
}

/* accordeon simple */
.accordeon-simple .et_pb_accordion_item {
  border: 0;
  padding: 0;
  margin-bottom: 24px !important;
}
.accordeon-simple .et_pb_accordion_item:last-child {
  margin-bottom: 0 !important;
}
.accordeon-simple .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordeon-simple .et_pb_toggle_title {
  border-radius: 4px;
  background: #C0C6D0;
  font-weight: 600;
  padding-left: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 16px;
  color: #000 !important;
  line-height: 20px;
}
.accordeon-simple .et_pb_toggle_title:before {
  display: block !important;
  content: var(--fa) !important;
  --fa: "";
  --fa--fa: "";
  font-weight: 900;
  font-family: "Font Awesome 6 Free" !important;
  opacity: 1;
  position: absolute;
  top: 6px;
  right: 10px;
  margin: 0;
  color: #000;
}
.accordeon-simple .et_pb_toggle_content * {
  color: #7A7C8E;
  font-size: 16px;
  line-height: 25px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  #menu-acordeon,
  #post-content {
    width: 100%;
  }
  #post-content {
    margin-left: 0;
    margin-top: 24px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #7A7C8E;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  position: absolute;
  top: 46%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     POST
------------------------------------------------------------ */
.info-block .et_pb_blurb_content {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info-block .et_pb_blurb_content .et_pb_main_blurb_image {
  width: auto;
  margin: 0;
  margin-right: 16px;
}
.info-block .et_pb_blurb_content .et_pb_main_blurb_image img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.info-block .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  padding: 0;
}
.info-block .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #57A519;
  display: block;
  position: relative;
  top: 2px;
}

body.single-post:not(.et_pb_pagebuilder_layout) .et_post_meta_wrapper .post-meta,
body.single-post:not(.et_pb_pagebuilder_layout) .et_post_meta_wrapper img {
  display: none;
}
body.single-post:not(.et_pb_pagebuilder_layout) .et_pb_post {
  max-width: 900px;
  margin: 0 auto 100px auto;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  body.single-post:not(.et_pb_pagebuilder_layout) .et_pb_post {
    margin-bottom: 40px;
  }
}
/* ------------------------------------------------------------
     SEARCH
------------------------------------------------------------ */
.search.search-results #main-content .container {
  width: 93%;
  padding-bottom: 100px;
}
.search.search-results #main-content .container::before {
  display: none;
}
.search.search-results #content-area #left-area {
  width: 100%;
  padding: 0;
}
.search.search-results #content-area #left-area .et_pb_post {
  border-bottom: 1px solid #C0C6D0;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.search.search-results #content-area #left-area .et_pb_post .entry-featured-image-url {
  display: none;
}
.search.search-results #content-area #left-area .et_pb_post .post-meta {
  display: none;
}
.search.search-results #content-area #left-area .et_pb_post .entry-title,
.search.search-results #content-area #left-area .et_pb_post .entry-title * {
  font-size: 18px;
  line-height: 25px;
}
.search.search-results #content-area #sidebar {
  display: none;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .search.search-results #main-content .container {
    padding-bottom: 40px;
  }
}
/* ------------------------------------------------------------
     ERROR
------------------------------------------------------------ */
.error-layout.et_pb_section {
  padding: 30px 0;
  height: calc(100vh - 130px);
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-layout.et_pb_section p {
  font-size: 21px;
  line-height: 35px;
}
.error-layout.et_pb_section a {
  text-decoration: underline;
  color: #57A519;
}
.error-layout.et_pb_section a:hover {
  text-decoration: none;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 680px) {
  .error-layout.et_pb_section p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     BUILDER
------------------------------------------------------------ */
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */