/*
**	breakpoints
*/
@media only screen and (min-width: 0px) {
  .col-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-sm-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-sm-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-sm-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-sm-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-md-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-md-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-md-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-md-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-lg-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-lg-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-lg-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-lg-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-xl-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-xl-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-xl-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-xl-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/* $sm: 480px; */
.tt-u {
  text-transform: uppercase;
}
.tt-n {
  text-transform: none;
}
.tt-c {
  text-transform: capitalize;
}
.tt-l {
  text-transform: lowercase;
}
.ta-c {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .ta-c-sm {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ta-c-md {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .ta-c-lg {
    text-align: center;
  }
}
.ta-r {
  text-align: right;
}
@media screen and (min-width: 576px) {
  .ta-r-sm {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .ta-r-md {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .ta-r-lg {
    text-align: right;
  }
}
.ta-l {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .ta-l-sm {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .ta-l-md {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .ta-l-lg {
    text-align: left;
  }
}
.ta-last-r {
  -moz-text-align-last: right;
       text-align-last: right;
}
.ta-last-l {
  -moz-text-align-last: left;
       text-align-last: left;
}
.ta-last-c {
  -moz-text-align-last: center;
       text-align-last: center;
}
.ta-last-j {
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (min-width: 992px) {
  .ta-last-r-lg {
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .ta-last-l-lg {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .ta-last-c-lg {
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .ta-last-j-lg {
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}

.bg_primary20 {
  background: #1C4522;
  color: #fff;
}
.bg_primary40 {
  background: #357537;
  color: #fff;
}
.bg_primary60 {
  background: #62A64A;
}
.bg_primary80 {
  background: #90C147;
}
.bg_primary100 {
  background: #ECF2D2;
}
.bg_secondary20 {
  background: #2F6463;
  color: #fff;
}
.bg_secondary40 {
  background: #418986;
  color: #fff;
}
.bg_secondary60 {
  background: #54ABAD;
}
.bg_secondary80 {
  background: #7EC3C9;
}
.bg_secondary100 {
  background: #DBEEF0;
}
.bg_neutral20 {
  background: #3D3D5C;
  color: #fff;
}
.bg_neutral40 {
  background: #5E5D6F;
  color: #fff;
}
.bg_neutral60 {
  background: #BDBCC8;
}
.bg_neutral80 {
  background: #E2E2E9;
}
.bg_neutral90 {
  background: #F7F8F7;
}
.bg_neutral100 {
  background: #fff;
}
.bg_success20 {
  background: #08450D;
  color: #fff;
}
.bg_success40 {
  background: #0F8A1A;
  color: #fff;
}
.bg_success60 {
  background: #75F080;
}
.bg_success80 {
  background: #BAF7BF;
}
.bg_success100 {
  background: #E8FCEA;
}
.bg_alert20 {
  background: #4D1A00;
  color: #fff;
}
.bg_alert40 {
  background: #C40;
  color: #fff;
}
.bg_alert60 {
  background: #F96;
}
.bg_alert80 {
  background: #FFCCB2;
}
.bg_alert100 {
  background: #FFEEE5;
}
.bg_error20 {
  background: #450812;
  color: #fff;
}
.bg_error40 {
  background: #8A0F24;
  color: #fff;
}
.bg_error60 {
  background: #F42547;
}
.bg_error80 {
  background: #F7BAC4;
}
.bg_error100 {
  background: #FCE8EB;
}

.bd_primary20 {
  border-color: #1C4522;
}
.bd_primary40 {
  border-color: #357537;
}
.bd_primary60 {
  border-color: #62A64A;
}
.bd_primary80 {
  border-color: #90C147;
}
.bd_primary100 {
  border-color: #ECF2D2;
}
.bd_secondary20 {
  border-color: #2F6463;
}
.bd_secondary40 {
  border-color: #418986;
}
.bd_secondary60 {
  border-color: #54ABAD;
}
.bd_secondary80 {
  border-color: #7EC3C9;
}
.bd_secondary100 {
  border-color: #DBEEF0;
}
.bd_neutral20 {
  border-color: #3D3D5C;
}
.bd_neutral40 {
  border-color: #5E5D6F;
}
.bd_neutral60 {
  border-color: #BDBCC8;
}
.bd_neutral80 {
  border-color: #E2E2E9;
}
.bd_neutral90 {
  border-color: #F7F8F7;
}
.bd_neutral100 {
  border-color: #fff;
}
.bd_success20 {
  border-color: #08450D;
}
.bd_success40 {
  border-color: #0F8A1A;
}
.bd_success60 {
  border-color: #75F080;
}
.bd_success80 {
  border-color: #BAF7BF;
}
.bd_success100 {
  border-color: #E8FCEA;
}
.bd_alert20 {
  border-color: #4D1A00;
}
.bd_alert40 {
  border-color: #C40;
}
.bd_alert60 {
  border-color: #F96;
}
.bd_alert80 {
  border-color: #FFCCB2;
}
.bd_alert100 {
  border-color: #FFEEE5;
}
.bd_error20 {
  border-color: #450812;
}
.bd_error40 {
  border-color: #8A0F24;
}
.bd_error60 {
  border-color: #F42547;
}
.bd_error80 {
  border-color: #F7BAC4;
}
.bd_error100 {
  border-color: #FCE8EB;
}

/*  $mainFont: 'Open Sans', sans-serif; */
/* $mainFont: 'Poppins', sans-serif; */
/* $subFont: Arial, sans-serif; */
/* $subFont: 'Montserrat', sans-serif; */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?yaho77");
  src: url("fonts/icomoon.eot?yaho77#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?yaho77") format("truetype"), url("fonts/icomoon.woff?yaho77") format("woff"), url("fonts/icomoon.svg?yaho77#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-li:before {
  content: "\e961";
}

.icon-x:before {
  content: "\e960";
}

.icon-cal:before {
  content: "\e95f";
}

.icon-fb:before {
  content: "\e900";
}

.icon-globe:before {
  content: "\e901";
}

.icon-in:before {
  content: "\e902";
}

.icon-left:before {
  content: "\e903";
}

.icon-logo .path1:before {
  content: "\e904";
  color: rgb(22, 21, 17);
}

.icon-logo .path2:before {
  content: "\e905";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path3:before {
  content: "\e906";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path4:before {
  content: "\e907";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path5:before {
  content: "\e908";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path6:before {
  content: "\e909";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path7:before {
  content: "\e90a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path8:before {
  content: "\e90b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path9:before {
  content: "\e90c";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path10:before {
  content: "\e90d";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path11:before {
  content: "\e90e";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path12:before {
  content: "\e90f";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path13:before {
  content: "\e910";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path14:before {
  content: "\e911";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path15:before {
  content: "\e912";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path16:before {
  content: "\e913";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path17:before {
  content: "\e914";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path18:before {
  content: "\e915";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path19:before {
  content: "\e916";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path20:before {
  content: "\e917";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path21:before {
  content: "\e918";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path22:before {
  content: "\e919";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path23:before {
  content: "\e91a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path24:before {
  content: "\e91b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path25:before {
  content: "\e91c";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path26:before {
  content: "\e91d";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path27:before {
  content: "\e91e";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path28:before {
  content: "\e91f";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path29:before {
  content: "\e920";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path30:before {
  content: "\e921";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path31:before {
  content: "\e922";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path32:before {
  content: "\e923";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path33:before {
  content: "\e924";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path34:before {
  content: "\e925";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path35:before {
  content: "\e926";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path36:before {
  content: "\e927";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path37:before {
  content: "\e928";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path38:before {
  content: "\e929";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path39:before {
  content: "\e92a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path40:before {
  content: "\e92b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path41:before {
  content: "\e92c";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path42:before {
  content: "\e92d";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path43:before {
  content: "\e92e";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path44:before {
  content: "\e92f";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path45:before {
  content: "\e930";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path46:before {
  content: "\e931";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path47:before {
  content: "\e932";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path48:before {
  content: "\e933";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path49:before {
  content: "\e934";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path50:before {
  content: "\e935";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path51:before {
  content: "\e936";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path52:before {
  content: "\e937";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path53:before {
  content: "\e938";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path54:before {
  content: "\e939";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path55:before {
  content: "\e93a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path56:before {
  content: "\e93b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path57:before {
  content: "\e93c";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path58:before {
  content: "\e93d";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path59:before {
  content: "\e93e";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path60:before {
  content: "\e93f";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path61:before {
  content: "\e940";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path62:before {
  content: "\e941";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path63:before {
  content: "\e942";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path64:before {
  content: "\e943";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path65:before {
  content: "\e944";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path66:before {
  content: "\e945";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path67:before {
  content: "\e946";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path68:before {
  content: "\e947";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path69:before {
  content: "\e948";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path70:before {
  content: "\e949";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path71:before {
  content: "\e94a";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path72:before {
  content: "\e94b";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path73:before {
  content: "\e94c";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path74:before {
  content: "\e94d";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path75:before {
  content: "\e94e";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path76:before {
  content: "\e94f";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path77:before {
  content: "\e950";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path78:before {
  content: "\e951";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path79:before {
  content: "\e952";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path80:before {
  content: "\e953";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path81:before {
  content: "\e954";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path82:before {
  content: "\e955";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path83:before {
  content: "\e956";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path84:before {
  content: "\e957";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path85:before {
  content: "\e958";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path86:before {
  content: "\e959";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path87:before {
  content: "\e95a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path88:before {
  content: "\e95b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-right:before {
  content: "\e95c";
}

.icon-tt:before {
  content: "\e95d";
}

.icon-tw:before {
  content: "\e95e";
}

.btn {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 16px 24px;
  font-size: 16px;
  border-radius: 32px;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  color: inherit;
  white-space: nowrap;
  width: 100%;
  border: 0;
}
@media screen and (min-width: 992px) {
  .btn {
    width: auto;
  }
}
.btn:focus, .btn:hover, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 0;
  text-decoration: none;
}
.btn.btn-green {
  background: #357537;
  color: #fff;
}
.btn.btn-green:hover {
  background: #62A64A;
  color: #fff;
}
.btn.btn-yellow-light {
  background: #ECF2D2;
  color: "Montserrat", sans-serif;
}
.btn.btn-yellow-light:hover {
  background: #62A64A;
  color: #fff;
}

header.header {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
header.header.sticky {
  background: #fff;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  -webkit-box-shadow: 0px 8px 24px rgba(43, 43, 63, 0.16);
          box-shadow: 0px 8px 24px rgba(43, 43, 63, 0.16);
  position: fixed;
  z-index: 100;
  top: 0;
}
header.header.sticky a:not(.btn) {
  padding: 0 10px;
}
header.header.sticky a:not(.btn) svg {
  fill: #444B47;
}

footer {
  position: relative;
  background-image: url("../img/footerBg.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #DBEEF0;
}
@media screen and (min-width: 992px) {
  footer {
    font-size: 16px;
    font-size: 1rem;
  }
}
footer .row {
  width: 100%;
  margin: 0;
}
footer .wrap {
  padding-top: var(--pad_x2);
}
@media screen and (min-width: 992px) {
  footer .wrap {
    padding-top: var(--pad_x4);
  }
}
@media screen and (min-width: 1200px) {
  footer .wrap {
    padding-top: var(--pad_x7);
  }
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/32;
  margin: 0 !important;
  padding: 0;
  position: relative;
  bottom: 24px;
  background-image: url("../img/footerBefore.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footLogo {
  margin-bottom: var(--pad);
}
footer .footLogo img {
  display: block;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1200px) {
  footer .footLogo img {
    width: 190px;
  }
}
footer .footInfo .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--pad);
}
footer .footMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: var(--pad);
}
footer .footMenu ul li a {
  display: block;
  padding: 0;
  text-decoration: none;
  text-align: left;
}
footer .footCopy {
  padding-bottom: calc(60px + (200 - 60) * (100vw - 320px) / (1024 - 320));
}
@media screen and (min-width: 992px) {
  footer .footCopy {
    padding-bottom: var(--pad_x2);
    padding-top: 414px;
    color: #fff;
  }
}

:root {
  --bs-gutter-x: 12px;
  --pad: calc(var(--bs-gutter-x) * 1);
  --pad_x2: calc(var(--bs-gutter-x) * 2);
  --pad_x3: calc(var(--bs-gutter-x) * 3);
  --pad_x4: calc(var(--bs-gutter-x) * 4);
  --pad_x5: calc(var(--bs-gutter-x) * 5);
  --pad_x6: calc(var(--bs-gutter-x) * 6);
  --pad_x7: calc(var(--bs-gutter-x) * 7);
  --pad_x8: calc(var(--bs-gutter-x) * 8);
  --pad_x9: calc(var(--bs-gutter-x) * 9);
  --pad_x10: calc(var(--bs-gutter-x) * 10);
  --pad_d2: calc(var(--bs-gutter-x) / 2);
  --pad_d3: calc(var(--bs-gutter-x) / 3);
  --pad_d4: calc(var(--bs-gutter-x) / 4);
  --pad_d5: calc(var(--bs-gutter-x) / 5);
  --mainColor: $neutral40;
}

html,
body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #242826;
  scroll-behavior: smooth;
  text-rendering: geometricPrecision;
  background: #fff;
  overflow-x: hidden;
}
@media print {
  html,
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

@media screen and (min-width: 992px) {
  html .container-fluid,
  body .container-fluid {
    max-width: 1600px;
  }
}
html .container-fluid .gy-4,
body .container-fluid .gy-4 {
  --bs-gutter-y: 32px;
}

.container-fluid > .row {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .container-fluid {
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
  }
}

main {
  margin: 0 auto;
  background: #f4f6f5;
}

.white {
  color: #fff;
}

img {
  max-width: 100%;
}

.btn, a {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.btn-yellow-light {
  background: #ECF2D2;
}
.btn-yellow-light:hover {
  color: #357537;
}

.bg-yellow-light {
  background: #ECF2D2;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 64px;
  }
}

h3 {
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 16px 0;
  margin: 0;
}

nav.navbar {
  padding: 0;
}

section {
  position: relative;
  background: #F4F6F5;
  padding: 32px 0;
}
@media screen and (min-width: 992px) {
  section {
    padding: 72px 0;
  }
}

section.hero {
  padding: 200px 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  section.hero {
    padding: 160px 0 0 0;
  }
}
section.hero .heroText {
  position: relative;
  z-index: 9;
  margin-top: 10vh;
}
@media screen and (min-width: 992px) {
  section.hero .heroText {
    margin-bottom: 10vh;
    Margin-top: 10vh; 
  }
}
section.hero .heroImg {
  position: relative;
   margin-bottom: 5vh;
   Margin-top: 5vh;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  section.hero .heroImg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  section.hero .heroImg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.hero h1 {
  padding: 40px 0 30px 0;
  margin: 0;
}
section.hero p {
  padding: 0 0 40px 0;
}
section.hero .hero-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition-property: margin, width;
  transition-property: margin, width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 80%;
}

section.bg-join {
  position: absolute;
  width: 50%;
  height: 250px;
  height: auto;
  aspect-ratio: 1500/1250;
  margin: -5% 0;
  padding: 0;
  background: url(../img/str_glowna.png) no-repeat top right transparent;
  background-size: cover;
  z-index: 2;
  right: 0;
  bottom: 0;
}

section.join {
  padding: 0 0 32px 0;
  background: #008C88;
}
@media screen and (min-width: 992px) {
  section.join {
    padding: 0 0 72px 0;
  }
}
section.join h2, section.join h3, section.join h4, section.join p {
  color: #fff;
}
section.join h3 {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 992px) {
  section.join h3 {
    padding: 0 0 40px 0;
  }
}
section.join ul.steps {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  display: block;
}
section.join ul.steps img.arrow1 {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
section.join ul.steps img.arrow2 {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
@media screen and (min-width: 992px) {
  section.join ul.steps li.arrow2 {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  section.join ul.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.join ul.steps .arrow1 {
    vertical-align: middle;
    display: inherit;
  }
  section.join ul.steps .arrow2 {
    vertical-align: middle;
    display: inherit;
  }
  section.join ul.steps img.arrow1 {
    -webkit-transform: none;
            transform: none;
  }
  section.join ul.steps img.arrow2 {
    -webkit-transform: none;
            transform: none;
  }
}
section.join ul.steps li.arrow {
  text-align: centrer;
  margin: 0 0 50px 0;
}
@media screen and (min-width: 992px) {
  section.join ul.steps li.arrow {
    margin: 0;
  }
}
section.join ul.steps li {
  position: relative;
}
section.join ul.steps li div {
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.join ul.steps li div h4 {
  font-size: 24px;
  display: block;
  color: #1C4522;
}
section.join ul.steps li div a {
  display: block;
}
section.join .profits img {
  padding: 0 0 16px 0;
}
section.join:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  background: url(../img/bg-profit-wave.svg) no-repeat center;
  background-size: cover;
}

section.results {
  background: #ECF2D2;
}
section.results h2 {
  color: #242826;
}
section.results .box {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: 100%;
  padding: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 24px rgba(43, 43, 63, 0.16);
          box-shadow: 0px 8px 24px rgba(43, 43, 63, 0.16);
  border-radius: 48px;
  margin: 16px auto;
  color: #444B47;
}
@media screen and (min-width: 992px) {
  section.results .box {
    margin: 16px;
  }
}
section.results .box:nth-child(odd) {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
section.results .box img {
  padding-bottom: 10px;
}
section.results .box h3 {
  color: #357537;
}
section.results .gallery {
  position: relative;
  padding: 32px 0;
}
@media screen and (min-width: 992px) {
  section.results .gallery {
    padding: 64px 100px;
  }
}
section.results .gallery.owl-theme .owl-dots, section.results .gallery.owl-carousel .owl-dots {
  background-color: none;
}
section.results .gallery.owl-theme .owl-dots .owl-dot span, section.results .gallery.owl-carousel .owl-dots .owl-dot span {
  background-color: #90C147;
  border-color: #90C147;
}
section.results .gallery.owl-theme .owl-dots .owl-dot.active span, section.results .gallery.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #357537;
  border-color: #357537;
}
section.results .gallery .owl-nav button {
  position: absolute;
  top: 40%;
  display: block;
  width: 54px;
  height: 54px;
}
section.results .gallery .owl-nav button.owl-prev {
  left: 0;
}
section.results .gallery .owl-nav button.owl-next {
  right: 0;
}
section.results .gallery .item {
  width: 100%;
}
section.results .gallery .item a {
  display: block;
}
section.results .gallery .item a img {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
section.results .gallery .item a:after {
  position: absolute;
  z-index: 2;
  background: url(../img/bg-item.svg) no-repeat center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.results:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  background: url(../img/bg-results-wave.svg) no-repeat center #F4F6F5;
  background-size: cover;
}

section.headquarter {
  background: #F4F6F5;
}
section.headquarter .social {
  padding: 32px 0;
  text-align: center;
}
section.headquarter .social a span {
  display: block;
}
@media screen and (min-width: 992px) {
  section.headquarter .social {
    padding: 24px 0 64px 0;
  }
}
section.headquarter .social a {
  display: block;
}
section.headquarter .social a:hover {
  text-decoration: none;
  color: inherit;
}
section.headquarter .social a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.headquarter .social img {
  margin: 0 0 30px 0;
}

section.poster {
  padding: 0;
  background: #357537;
  color: #fff;
}
section.poster h2 {
  color: #fff;
}
section.poster .btn {
  color: #242826;
}
section.poster:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 35px;
  background: url(../img/green-before.svg) no-repeat bottom #F4F6F5;
  background-size: cover;
}
section.poster:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  background: url(../img/green-after2.svg) no-repeat top #fff;
  background-size: cover;
}

section.pressroom .container-fluid > .row {
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.partners {
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}
.partners > .wrap {
  padding-top: var(--pad_x2);
  padding-bottom: var(--pad_x2);
}
@media screen and (min-width: 992px) {
  .partners > .wrap {
    padding-top: var(--pad_x5);
    padding-bottom: var(--pad_x5);
  }
}
.partners .row {
  width: 100%;
  margin: 0;
}
.partners:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/32;
  margin: 0;
  padding: 0;
  background-color: #F7F8F7;
  background-image: url("../img/newsAfter2.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partnersStrategic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 250px;
  padding: 20px;
  border: 1px solid #E2E2E9;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
}
.partnersStrategic div {
  display: block;
  -webkit-box-align: auto;
      -ms-flex-align: auto;
          align-items: auto;
  -webkit-box-pack: auto;
      -ms-flex-pack: auto;
          justify-content: auto;
  text-align: center;
}
.partnersStrategic div span {
  display: block;
  padding: 20px 0 0 0;
  font-size: 16px;
}
.partnersStrategic div div {
  margin: 0 auto;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.partnersStrategic div div a {
  vertical-align: middle;
}
.partnersStrategic div img {
  max-width: 100%;
}
.partnersMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
  border: 1px solid #E2E2E9;
  border-radius: 16px;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.partnersMain div {
  display: block;
  -webkit-box-align: auto;
      -ms-flex-align: auto;
          align-items: auto;
  -webkit-box-pack: auto;
      -ms-flex-pack: auto;
          justify-content: auto;
  text-align: center;
}
.partnersMain div span {
  display: block;
  padding: 20px 0 0 0;
  font-size: 16px;
}
.partnersMain div img {
  max-width: 100%;
  height: 50px;
}
.partnersTitle {
  margin-bottom: var(--pad_x2);
}
@media screen and (min-width: 992px) {
  .partnersTitle {
    margin-bottom: var(--pad_x3);
  }
}
.partnersList {
  padding: 40px 0 0 0;
}
.partnersListSlider .owl-theme .owl-stage,
.partnersListSlider .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: "center";
      -ms-flex-pack: "center";
          justify-content: "center";
  -webkit-box-align: "center";
      -ms-flex-align: "center";
          align-items: "center";
}
.partnersListSingle {
  display: block;
  text-align: center;
}
.partnersListSingle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnersListSingle img {
  display: inline-block;
  width: auto;
  max-width: 90%;
}
.partners.no_after {
  padding: 0;
}
.partners.no_after:after {
  display: none;
}
.partners.OLD {
  background: #fff;
}
.partners.OLD h4 {
  font-weight: 500;
  color: "Montserrat", sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #62A64A;
  margin-bottom: 20px;
}
.partners.OLD .logos {
  max-width: 100%;
  display: block;
}
.partners.OLD .logos.media img {
  margin: 1% 2% 1% 0px;
}
@media screen and (min-width: 992px) {
  .partners.OLD .logos {
    display: flexbox;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.partners.OLD .logos img {
  margin: 1% 2% 1% 0px;
  max-height: 50px;
}
.partners.OLD .logos img.down {
  max-height: 35px;
}

.joinRecent .row {
  width: 100%;
  margin: 0;
}
.joinRecentListSingle {
  margin-bottom: var(--pad_x2);
}
.joinRecentListSingle .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 75px auto;
  grid-template-rows: 75px auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  height: 100%;
  padding: var(--pad_x2);
  border: 1px solid #E2E2E9;
  border-radius: var(--pad);
}
.joinRecentListSingle .wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.joinRecentListSingle .wrapper > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.joinRecentListSingle .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.joinRecentListSingle .img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.joinRecentListSingle .img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.joinRecentListSingle .desc .h1, .joinRecentListSingle .desc .h2, .joinRecentListSingle .desc .h3, .joinRecentListSingle .desc .h4, .joinRecentListSingle .desc .h5, .joinRecentListSingle .desc .h6,
.joinRecentListSingle .desc h1, .joinRecentListSingle .desc h2, .joinRecentListSingle .desc h3, .joinRecentListSingle .desc h4, .joinRecentListSingle .desc h5, .joinRecentListSingle .desc h6 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}
.joinRecentListSingle .desc .date {
  display: block;
  width: 100%;
  margin-bottom: var(--pad);
  font-size: 12px;
  font-size: 0.75rem;
  color: #5E5D6F;
}
.joinRecentListSingle .desc .place {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #1C4522;
  font-weight: 700;
}

.form {
  padding-top: 200px;
}
@media screen and (min-width: 992px) {
  .form {
    padding-top: 160px;
  }
}
.formImg {
  margin-bottom: var(--pad_x2);
}
.formWrapper iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.formInfo {
  font-size: 12px;
  font-size: 0.75rem;
}
/*
**	breakpoints
*/
@media only screen and (min-width: 0px) {
  .col-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-sm-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-sm-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-sm-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-sm-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-md-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-md-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-md-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-md-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-lg-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-lg-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-lg-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-lg-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-5-1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .col-xl-5-2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .col-xl-5-3 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .col-xl-5-4 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .col-xl-5-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/* $sm: 480px; */
.tt-u {
  text-transform: uppercase;
}
.tt-n {
  text-transform: none;
}
.tt-c {
  text-transform: capitalize;
}
.tt-l {
  text-transform: lowercase;
}
.ta-c {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .ta-c-sm {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ta-c-md {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .ta-c-lg {
    text-align: center;
  }
}
.ta-r {
  text-align: right;
}
@media screen and (min-width: 576px) {
  .ta-r-sm {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .ta-r-md {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .ta-r-lg {
    text-align: right;
  }
}
.ta-l {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .ta-l-sm {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .ta-l-md {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .ta-l-lg {
    text-align: left;
  }
}
.ta-last-r {
  -moz-text-align-last: right;
       text-align-last: right;
}
.ta-last-l {
  -moz-text-align-last: left;
       text-align-last: left;
}
.ta-last-c {
  -moz-text-align-last: center;
       text-align-last: center;
}
.ta-last-j {
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (min-width: 992px) {
  .ta-last-r-lg {
    -moz-text-align-last: right;
         text-align-last: right;
  }
  .ta-last-l-lg {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .ta-last-c-lg {
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .ta-last-j-lg {
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}

.bg_primary20 {
  background: #1C4522;
  color: #fff;
}
.bg_primary40 {
  background: #357537;
  color: #fff;
}
.bg_primary60 {
  background: #62A64A;
}
.bg_primary80 {
  background: #90C147;
}
.bg_primary100 {
  background: #ECF2D2;
}
.bg_secondary20 {
  background: #2F6463;
  color: #fff;
}
.bg_secondary40 {
  background: #418986;
  color: #fff;
}
.bg_secondary60 {
  background: #54ABAD;
}
.bg_secondary80 {
  background: #7EC3C9;
}
.bg_secondary100 {
  background: #DBEEF0;
}
.bg_neutral20 {
  background: #3D3D5C;
  color: #fff;
}
.bg_neutral40 {
  background: #5E5D6F;
  color: #fff;
}
.bg_neutral60 {
  background: #BDBCC8;
}
.bg_neutral80 {
  background: #E2E2E9;
}
.bg_neutral90 {
  background: #F7F8F7;
}
.bg_neutral100 {
  background: #fff;
}
.bg_success20 {
  background: #08450D;
  color: #fff;
}
.bg_success40 {
  background: #0F8A1A;
  color: #fff;
}
.bg_success60 {
  background: #75F080;
}
.bg_success80 {
  background: #BAF7BF;
}
.bg_success100 {
  background: #E8FCEA;
}
.bg_alert20 {
  background: #4D1A00;
  color: #fff;
}
.bg_alert40 {
  background: #C40;
  color: #fff;
}
.bg_alert60 {
  background: #F96;
}
.bg_alert80 {
  background: #FFCCB2;
}
.bg_alert100 {
  background: #FFEEE5;
}
.bg_error20 {
  background: #450812;
  color: #fff;
}
.bg_error40 {
  background: #8A0F24;
  color: #fff;
}
.bg_error60 {
  background: #F42547;
}
.bg_error80 {
  background: #F7BAC4;
}
.bg_error100 {
  background: #FCE8EB;
}

.bd_primary20 {
  border-color: #1C4522;
}
.bd_primary40 {
  border-color: #357537;
}
.bd_primary60 {
  border-color: #62A64A;
}
.bd_primary80 {
  border-color: #90C147;
}
.bd_primary100 {
  border-color: #ECF2D2;
}
.bd_secondary20 {
  border-color: #2F6463;
}
.bd_secondary40 {
  border-color: #418986;
}
.bd_secondary60 {
  border-color: #54ABAD;
}
.bd_secondary80 {
  border-color: #7EC3C9;
}
.bd_secondary100 {
  border-color: #DBEEF0;
}
.bd_neutral20 {
  border-color: #3D3D5C;
}
.bd_neutral40 {
  border-color: #5E5D6F;
}
.bd_neutral60 {
  border-color: #BDBCC8;
}
.bd_neutral80 {
  border-color: #E2E2E9;
}
.bd_neutral90 {
  border-color: #F7F8F7;
}
.bd_neutral100 {
  border-color: #fff;
}
.bd_success20 {
  border-color: #08450D;
}
.bd_success40 {
  border-color: #0F8A1A;
}
.bd_success60 {
  border-color: #75F080;
}
.bd_success80 {
  border-color: #BAF7BF;
}
.bd_success100 {
  border-color: #E8FCEA;
}
.bd_alert20 {
  border-color: #4D1A00;
}
.bd_alert40 {
  border-color: #C40;
}
.bd_alert60 {
  border-color: #F96;
}
.bd_alert80 {
  border-color: #FFCCB2;
}
.bd_alert100 {
  border-color: #FFEEE5;
}
.bd_error20 {
  border-color: #450812;
}
.bd_error40 {
  border-color: #8A0F24;
}
.bd_error60 {
  border-color: #F42547;
}
.bd_error80 {
  border-color: #F7BAC4;
}
.bd_error100 {
  border-color: #FCE8EB;
}

/*  $mainFont: 'Open Sans', sans-serif; */
/* $mainFont: 'Poppins', sans-serif; */
/* $subFont: Arial, sans-serif; */
/* $subFont: 'Montserrat', sans-serif; */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?yaho77");
  src: url("fonts/icomoon.eot?yaho77#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?yaho77") format("truetype"), url("fonts/icomoon.woff?yaho77") format("woff"), url("fonts/icomoon.svg?yaho77#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-li:before {
  content: "\e961";
}

.icon-x:before {
  content: "\e960";
}

.icon-cal:before {
  content: "\e95f";
}

.icon-fb:before {
  content: "\e900";
}

.icon-globe:before {
  content: "\e901";
}

.icon-in:before {
  content: "\e902";
}

.icon-left:before {
  content: "\e903";
}

.icon-logo .path1:before {
  content: "\e904";
  color: rgb(22, 21, 17);
}

.icon-logo .path2:before {
  content: "\e905";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path3:before {
  content: "\e906";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path4:before {
  content: "\e907";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path5:before {
  content: "\e908";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path6:before {
  content: "\e909";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path7:before {
  content: "\e90a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path8:before {
  content: "\e90b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path9:before {
  content: "\e90c";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path10:before {
  content: "\e90d";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path11:before {
  content: "\e90e";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path12:before {
  content: "\e90f";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path13:before {
  content: "\e910";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path14:before {
  content: "\e911";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path15:before {
  content: "\e912";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path16:before {
  content: "\e913";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path17:before {
  content: "\e914";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path18:before {
  content: "\e915";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path19:before {
  content: "\e916";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path20:before {
  content: "\e917";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path21:before {
  content: "\e918";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path22:before {
  content: "\e919";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path23:before {
  content: "\e91a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path24:before {
  content: "\e91b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path25:before {
  content: "\e91c";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path26:before {
  content: "\e91d";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path27:before {
  content: "\e91e";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path28:before {
  content: "\e91f";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path29:before {
  content: "\e920";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path30:before {
  content: "\e921";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path31:before {
  content: "\e922";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path32:before {
  content: "\e923";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path33:before {
  content: "\e924";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path34:before {
  content: "\e925";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path35:before {
  content: "\e926";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path36:before {
  content: "\e927";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path37:before {
  content: "\e928";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path38:before {
  content: "\e929";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path39:before {
  content: "\e92a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path40:before {
  content: "\e92b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path41:before {
  content: "\e92c";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path42:before {
  content: "\e92d";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path43:before {
  content: "\e92e";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path44:before {
  content: "\e92f";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path45:before {
  content: "\e930";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path46:before {
  content: "\e931";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path47:before {
  content: "\e932";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path48:before {
  content: "\e933";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path49:before {
  content: "\e934";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path50:before {
  content: "\e935";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path51:before {
  content: "\e936";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path52:before {
  content: "\e937";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path53:before {
  content: "\e938";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path54:before {
  content: "\e939";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path55:before {
  content: "\e93a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path56:before {
  content: "\e93b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path57:before {
  content: "\e93c";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path58:before {
  content: "\e93d";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path59:before {
  content: "\e93e";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path60:before {
  content: "\e93f";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path61:before {
  content: "\e940";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path62:before {
  content: "\e941";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path63:before {
  content: "\e942";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path64:before {
  content: "\e943";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path65:before {
  content: "\e944";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path66:before {
  content: "\e945";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path67:before {
  content: "\e946";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path68:before {
  content: "\e947";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path69:before {
  content: "\e948";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path70:before {
  content: "\e949";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path71:before {
  content: "\e94a";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path72:before {
  content: "\e94b";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path73:before {
  content: "\e94c";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path74:before {
  content: "\e94d";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path75:before {
  content: "\e94e";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path76:before {
  content: "\e94f";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path77:before {
  content: "\e950";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path78:before {
  content: "\e951";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path79:before {
  content: "\e952";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path80:before {
  content: "\e953";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path81:before {
  content: "\e954";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path82:before {
  content: "\e955";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path83:before {
  content: "\e956";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path84:before {
  content: "\e957";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path85:before {
  content: "\e958";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path86:before {
  content: "\e959";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path87:before {
  content: "\e95a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path88:before {
  content: "\e95b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-right:before {
  content: "\e95c";
}

.icon-tt:before {
  content: "\e95d";
}

.icon-tw:before {
  content: "\e95e";
}

.btn {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 16px 24px;
  font-size: 16px;
  border-radius: 32px;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  color: inherit;
  white-space: nowrap;
  width: 100%;
  border: 0;
}
@media screen and (min-width: 992px) {
  .btn {
    width: auto;
  }
}
.btn:focus, .btn:hover, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 0;
  text-decoration: none;
}
.btn.btn-green {
  background: #357537;
  color: #fff;
}
.btn.btn-green:hover {
  background: #62A64A;
  color: #fff;
}
.btn.btn-yellow-light {
  background: #ECF2D2;
  color: "Montserrat", sans-serif;
}
.btn.btn-yellow-light:hover {
  background: #62A64A;
  color: #fff;
}

header.header {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
header.header.sticky {
  background: #fff;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  -webkit-box-shadow: 0px 8px 24px rgba(43, 43, 63, 0.16);
          box-shadow: 0px 8px 24px rgba(43, 43, 63, 0.16);
  position: fixed;
  z-index: 100;
  top: 0;
}
header.header.sticky a:not(.btn) {
  padding: 0 10px;
}
header.header.sticky a:not(.btn) svg {
  fill: #444B47;
}

footer {
  position: relative;
  background-image: url("../img/footerBg.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #DBEEF0;
}
@media screen and (min-width: 992px) {
  footer {
    font-size: 16px;
    font-size: 1rem;
  }
}
footer .row {
  width: 100%;
  margin: 0;
}
footer .wrap {
  padding-top: var(--pad_x2);
}
@media screen and (min-width: 992px) {
  footer .wrap {
    padding-top: var(--pad_x4);
  }
}
@media screen and (min-width: 1200px) {
  footer .wrap {
    padding-top: var(--pad_x7);
  }
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/32;
  margin: 0 !important;
  padding: 0;
  position: relative;
  bottom: 24px;
  background-image: url("../img/footerBefore.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footLogo {
  margin-bottom: var(--pad);
}
footer .footLogo img {
  display: block;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1200px) {
  footer .footLogo img {
    width: 190px;
  }
}
footer .footInfo .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--pad);
}
footer .footMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: var(--pad);
}
footer .footMenu ul li a {
  display: block;
  padding: 0;
  text-decoration: none;
  text-align: left;
}
footer .footCopy {
  padding-bottom: calc(60px + (200 - 60) * (100vw - 320px) / (1024 - 320));
}
@media screen and (min-width: 992px) {
  footer .footCopy {
    padding-bottom: var(--pad_x2);
    padding-top: 414px;
    color: #fff;
  }
}

/* $sm: 480px; */
.btn {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 16px 24px;
  font-size: 16px;
  border-radius: 32px;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  color: inherit;
  white-space: nowrap;
  width: 100%;
  border: 0;
}
@media screen and (min-width: 992px) {
  .btn {
    width: auto;
  }
}
.btn:focus, .btn:hover, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 0;
  text-decoration: none;
}
.btn.btn-green {
  background: #357537;
  color: #fff;
}
.btn.btn-green:hover {
  background: #62A64A;
  color: #fff;
}
.btn.btn-yellow-light {
  background: #ECF2D2;
  color: "Montserrat", sans-serif;
}
.btn.btn-yellow-light:hover {
  background: #62A64A;
  color: #fff;
}

/*  $mainFont: 'Open Sans', sans-serif; */
/* $mainFont: 'Poppins', sans-serif; */
/* $subFont: Arial, sans-serif; */
/* $subFont: 'Montserrat', sans-serif; */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?yaho77");
  src: url("fonts/icomoon.eot?yaho77#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?yaho77") format("truetype"), url("fonts/icomoon.woff?yaho77") format("woff"), url("fonts/icomoon.svg?yaho77#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-li:before {
  content: "\e961";
}

.icon-x:before {
  content: "\e960";
}

.icon-cal:before {
  content: "\e95f";
}

.icon-fb:before {
  content: "\e900";
}

.icon-globe:before {
  content: "\e901";
}

.icon-in:before {
  content: "\e902";
}

.icon-left:before {
  content: "\e903";
}

.icon-logo .path1:before {
  content: "\e904";
  color: rgb(22, 21, 17);
}

.icon-logo .path2:before {
  content: "\e905";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path3:before {
  content: "\e906";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path4:before {
  content: "\e907";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path5:before {
  content: "\e908";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path6:before {
  content: "\e909";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path7:before {
  content: "\e90a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path8:before {
  content: "\e90b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path9:before {
  content: "\e90c";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path10:before {
  content: "\e90d";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path11:before {
  content: "\e90e";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path12:before {
  content: "\e90f";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path13:before {
  content: "\e910";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path14:before {
  content: "\e911";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path15:before {
  content: "\e912";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path16:before {
  content: "\e913";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path17:before {
  content: "\e914";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path18:before {
  content: "\e915";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path19:before {
  content: "\e916";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path20:before {
  content: "\e917";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path21:before {
  content: "\e918";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path22:before {
  content: "\e919";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path23:before {
  content: "\e91a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path24:before {
  content: "\e91b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path25:before {
  content: "\e91c";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path26:before {
  content: "\e91d";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path27:before {
  content: "\e91e";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path28:before {
  content: "\e91f";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path29:before {
  content: "\e920";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path30:before {
  content: "\e921";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path31:before {
  content: "\e922";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path32:before {
  content: "\e923";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path33:before {
  content: "\e924";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path34:before {
  content: "\e925";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path35:before {
  content: "\e926";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path36:before {
  content: "\e927";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path37:before {
  content: "\e928";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path38:before {
  content: "\e929";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path39:before {
  content: "\e92a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path40:before {
  content: "\e92b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path41:before {
  content: "\e92c";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path42:before {
  content: "\e92d";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path43:before {
  content: "\e92e";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path44:before {
  content: "\e92f";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path45:before {
  content: "\e930";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path46:before {
  content: "\e931";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path47:before {
  content: "\e932";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path48:before {
  content: "\e933";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path49:before {
  content: "\e934";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path50:before {
  content: "\e935";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path51:before {
  content: "\e936";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path52:before {
  content: "\e937";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path53:before {
  content: "\e938";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path54:before {
  content: "\e939";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path55:before {
  content: "\e93a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path56:before {
  content: "\e93b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path57:before {
  content: "\e93c";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path58:before {
  content: "\e93d";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path59:before {
  content: "\e93e";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path60:before {
  content: "\e93f";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path61:before {
  content: "\e940";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path62:before {
  content: "\e941";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path63:before {
  content: "\e942";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path64:before {
  content: "\e943";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path65:before {
  content: "\e944";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path66:before {
  content: "\e945";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path67:before {
  content: "\e946";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path68:before {
  content: "\e947";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path69:before {
  content: "\e948";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path70:before {
  content: "\e949";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path71:before {
  content: "\e94a";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path72:before {
  content: "\e94b";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path73:before {
  content: "\e94c";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path74:before {
  content: "\e94d";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path75:before {
  content: "\e94e";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path76:before {
  content: "\e94f";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path77:before {
  content: "\e950";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path78:before {
  content: "\e951";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path79:before {
  content: "\e952";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path80:before {
  content: "\e953";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path81:before {
  content: "\e954";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path82:before {
  content: "\e955";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path83:before {
  content: "\e956";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path84:before {
  content: "\e957";
  margin-left: -0.9619140625em;
  color: rgb(30, 166, 58);
}

.icon-logo .path85:before {
  content: "\e958";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path86:before {
  content: "\e959";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path87:before {
  content: "\e95a";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-logo .path88:before {
  content: "\e95b";
  margin-left: -0.9619140625em;
  color: rgb(22, 21, 17);
}

.icon-right:before {
  content: "\e95c";
}

.icon-tt:before {
  content: "\e95d";
}

.icon-tw:before {
  content: "\e95e";
}

.wrap {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--pad);
  overflow: hidden;
  -webkit-transition-property: width, padding;
  transition-property: width, padding;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1200px) {
  .wrap {
    width: 1320px;
  }
}
.wrap.visible {
  overflow: visible;
}
.wrap.vide {
  width: 100%;
}
.wrap.full {
  width: 100%;
}

header.header {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
header.header.sticky {
  background: #fff;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  -webkit-box-shadow: 0px 8px 24px rgba(43, 43, 63, 0.16);
          box-shadow: 0px 8px 24px rgba(43, 43, 63, 0.16);
  position: fixed;
  z-index: 100;
  top: 0;
}
header.header.sticky a:not(.btn) {
  padding: 0 10px;
}
header.header.sticky a:not(.btn) svg {
  fill: #444B47;
}

/* new ver */
.owl-carousel .owl-nav,
.owl-theme .owl-nav {
  padding: 20px 0 0 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F7F8F7 !important;
}
.owl-carousel .owl-nav .owl-next,
.owl-theme .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F7F8F7 !important;
}
.owl-carousel .owl-dots,
.owl-theme .owl-dots {
  position: relative;
  /* position: absolute;bottom: auto;left: 0;right: 0;bottom: 20px; */
  /* display: inline-block;float: left;width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  width: auto;
  height: auto;
  padding: var(--pad) 0 0;
  margin: auto;
  text-align: left;
  background: none;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  border-radius: 0;
  z-index: 9;
}
.owl-carousel .owl-dots .owl-dot,
.owl-theme .owl-dots .owl-dot {
  line-height: 1;
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
.owl-carousel .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  background: #ECF2D2;
  border: 0px;
  -webkit-transition: opacity 200ms ease 0s;
  transition: opacity 200ms ease 0s;
  -webkit-transition-property: width, height, border-radius, border;
  transition-property: width, height, border-radius, border;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 8px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #357537;
}
.owl-carousel .owl-item img,
.owl-theme .owl-item img {
  display: inline-block;
  width: auto;
}



.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f8f9f8;
    padding: 120px 20px;
}

.banner-content {
    max-width: 600px;
}

.logos img {
    max-height: 140px;
    margin: 0 10px;
}

h2 {
    font-size: 30px;
    color: #333;
    margin: 20px 0;
}

.banner-button {
    background-color: #dfe8c6;
    color: #333;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
}

.banner-button:hover {
    background-color: #c8db9c;
}

.bigger_title {
    font-size: 64px;
    padding-bottom: 0;
}

.big_title {
    font-size: 52px;
    padding-bottom: 0;
}

.navbar-nav .nav-link {
  color: #6c757d;
  font-weight: normal;
  padding: 5px 15px !important;
  border-radius: 20px;
}
.navbar-nav .nav-link.active {
  background-color: #eef3d1;
  color: black;
}
.register-btn {
  background-color: #2d6a2e;
  color: white;
  border-radius: 30px;
  padding: 16px 24px;
}
.social-icons img {
  width: 24px;
  margin-left: 10px;
}
@media (max-width: 1376px) {
  .navbar-collapse {
    position: absolute;
    right: 0;
  }

  .navbar-nav, .navbar-toggler{
      display: none;
  }
  .register-btn {
      padding: 16px 24px;
      font-size: 14px;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .register-btn {
      margin-right: 0;
  }
  .header {
    padding: 0 !important;
  }
}

.gallery-img {
  width: 100%;  
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}