























/* Include your CSS font code here (e.g. @font-face, @import). For best speed performance, use the same Font Family for all three */





































































































































































































































@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap');


*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

html {
    font-size: 100.00%;
    scroll-padding-top: 148px;

}

body {
    margin: 0;
    background: #fff;
    color: #6A747C;
    font-family: 

'Poppins', sans-serif

;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.63;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    /* make font consistent across browsers */
    -webkit-text-rendering: antialiased;
    -moz-text-rendering: antialiased;
    -ms-text-rendering: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a {
    color: #7BC143;
    text-decoration: none;
    cursor: pointer; transition:all ease 0.3s; -webkit-transition:all ease 0.3s;
}

a:hover {
    color: #7BC143;
    text-decoration: underline;
}

b,
strong {
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
}

p,
.p,
blockquote {
    margin: 0 0 30px;
    font-size: 16px; line-height: 1.625;
}

p,
.p{
margin-bottom:20px;
}

.pns p {
    margin-bottom: 0;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 30px;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 30px;
    color: #1F1F1F;
}

h6{
    margin-bottom:10px;
    color: #7BC143;
    text-transform:uppercase;
}

h1,
.h1 {
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    font-size: 3.13rem;
    line-height: 1.20;
}

h2,
.h2 {
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 1.27;
}

h3,
.h3 {
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    font-size: 2.00rem;
    line-height: 1.08;
}

h4,
.h4 {
    font-family: 

'Poppins', sans-serif

;
    font-weight: 600;
    font-style: normal;
    font-size: 1.50rem;
    line-height: 1.41;
}

h5,
.h5 {
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    font-size: 1.13rem;
    line-height: 1.55;
}

h6,
.h6 {
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    font-size: 1.00rem;
    line-height: 1.63;
    font-weight:500;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b {
    font-family: ;
    font-weight: ;
    font-style: ;
}

.display {
    margin: 0 0 30px;
    color: #1F1F1F;
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    font-size: 3.13rem;
    line-height: 1.63;
}

hr {
    height: 0;
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #7BC143;
}

img,
svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

figure {
    margin: 0;
}

pre {
    max-width: 100%;
    overflow-x: auto;
}

sup,
sub {
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.4em;
}

sub { 
    top: 0.4em; 
}

[hidden] {
    display: none;
}

form {
    margin-bottom: 0;
}

/* UI label */

.ui-label {
    color: #363839;
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.28;
}

/* Important text */

.important-text {
    color: #363839;
}

/* Text size */

.small-text {
    font-size: 1.63rem;
}

.large-text {
    font-size: 1.63rem;
}

.xlarge-text {
    font-size: 2.445rem;
}

@media (max-width: 1199px) {
    .xlarge-text {
        font-size: 2.119000000000000072386541205560206435620784759521484375rem;
    }
}

@media (max-width: 767px) {
    .xlarge-text {
        font-size: 1.79300000000000014477308241112041287124156951904296875rem;
    }
}

/* Super text */

.super-text {
    display: block;
    color: #6A747C;
    font-size: .8rem;
}

/* Rich text */

.txt--dark,
.txt--dark .super-text {
    color: #fff !important;
}

.txt--dark a,
.txt--dark a:hover,
.txt--dark h1,
.txt--dark h2,
.txt--dark h3,
.txt--dark h4,
.txt--dark h5,
.txt--dark h6,
.txt--dark .h1,
.txt--dark .h2,
.txt--dark .h3,
.txt--dark .h4,
.txt--dark .h5,
.txt--dark .h6,
.txt--dark .display,
.txt--dark .important-text,
.txt--dark .ui-label {
    color: #fff !important;
}

.txt--dark hr {
    background: rgba(255, 255, 255, .2);
}

/* Unstyle links */

.txt--unstyle-links a {
    color: inherit;
    text-decoration: none;
}

.txt--unstyle-links a:hover {
    color: inherit;
    text-decoration: underline;
}

/* Unstyle lists */

.txt--unstyle-lists ul,
.txt--unstyle-lists ol {
    padding-left: 0;
    list-style: none;
}

.txt--unstyle-lists li + li {
    margin-top: .28rem;
}

/* UI Font */

.ui-font {
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    line-height: 1.28;
}

.ui-font strong,
.ui-font b {
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
}

/* UI icon */

.ui-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-icon svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
}

/* Image radius */

.img--radius img,
img.img--radius {
    border-radius: 10px;
}

/* Image shadow */

.img--shadow img,
img.img--shadow {
    box-shadow: 0px 32px 64px rgba(54, 56, 57, 0.05), 0px 16px 32px rgba(54, 56, 57, 0.05);
}

@media (max-width: 1199px) {
    html {
        font-size: 100.00%;
    }

    h1,
    .h1 {
        font-size: 2.63rem;
    }

    h2,
    .h2 {
        font-size: 2.13rem;
    }

    h3,
    .h3 {
        font-size: 1.88rem;
    }

    h4,
    .h4 {
        font-size: 1.38rem;
    }

    h5,
    .h5 {
        font-size: 1.13rem;
    }

    h6,
    .h6 {
        font-size: 1.00rem;
    }

    .display {
        font-size: 2.63rem;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 100.00%;
    }

    h1,
    .h1 {
        font-size: 2.25rem;
        line-height:1.28;
    }

    h2,
    .h2 {
        font-size: 1.75rem;
        line-height:1.35;
    }

    h3,
    .h3 {
        font-size: 1.63rem;
    }

    h4,
    .h4 {
        font-size: 1.13rem;
    }

    h5,
    .h5 {
        font-size: 1.13rem;
    }

    h6,
    .h6 {
        font-size: 1.00rem;
    }

    .display {
        font-size: 2.38rem;
    }

    h1 br,
    h2 br,
    h3 hr,
    h4 br,
    h5 br,
    h6 br{
        display:none;
    }

}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* Background */

.bg-accent {
    background: #7BC143;
}

.bg-dark {
    background: #363839;
}

.bg-light {
    background: #FFFFFF;
}

.bg-white {
    background: #fff;
}

.bg-ghost {
    background: rgba(255, 255, 255, .1);
}


/* Dnd */

.row-fluid,
.row-fluid > * {
    display: flex;
    flex-direction: column;
}

.row-fluid > * {
    width: 100%;
}

@media (min-width: 768px) {
    .row-fluid {
        flex-direction: row;
    }

    .row-fluid > * + * {
        margin-left: 30px;
    }

    
    .span1 {
        width: calc(0.08333333333333333 * (100% + 30px) - 30px);
    }
    
    .span2 {
        width: calc(0.16666666666666666 * (100% + 30px) - 30px);
    }
    
    .span3 {
        width: calc(0.25 * (100% + 30px) - 30px);
    }
    
    .span4 {
        width: calc(0.3333333333333333 * (100% + 30px) - 30px);
    }
    
    .span5 {
        width: calc(0.4166666666666667 * (100% + 30px) - 30px);
    }
    
    .span6 {
        width: calc(0.5 * (100% + 30px) - 30px);
    }
    
    .span7 {
        width: calc(0.5833333333333334 * (100% + 30px) - 30px);
    }
    
    .span8 {
        width: calc(0.6666666666666666 * (100% + 30px) - 30px);
    }
    
    .span9 {
        width: calc(0.75 * (100% + 30px) - 30px);
    }
    
    .span10 {
        width: calc(0.8333333333333334 * (100% + 30px) - 30px);
    }
    
    .span11 {
        width: calc(0.9166666666666666 * (100% + 30px) - 30px);
    }
    
    .span12 {
        width: calc(1.0 * (100% + 30px) - 30px);
    }
    
}

.dnd-section {
    position: relative;
    padding: 60px 30px;
}

@media (max-width: 767px) {
    .dnd-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.dnd-section > .row-fluid {
    max-width: 1340px;
    padding: 0 15.0px; margin-left: auto; margin-right: auto;
    margin: 0 auto;
}

.dnd-module > * {
    width: 100%;
}

.hs_cos_wrapper {
    display: block;
}

/* Non-dnd */

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    
    position: relative;
}

.header__section--main.section {
    padding-top: 0;
    padding-bottom: 0;
}



.container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 1340px;
    width: 100%;
    padding: 0 15.0px; margin-left: auto; margin-right: auto;
    position: relative;
}

.container.full {
    width: 100%;
}

.container.half {
    width: 685.0px;
}

.row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15.0px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    padding: 0 15.0px;
}

.row.no-gutter > .col {
    padding-left: 0;
    padding-right: 0;
}

.row.even .col {
    flex: 1 1 0px;
}

.box {
    width: 100%;
}


.s1 {
    width: 8.333333333333332%;
}

.s2 {
    width: 16.666666666666664%;
}

.s3 {
    width: 25.000000000000000%;
}

.s4 {
    width: 33.333333333333330%;
}

.s5 {
    width: 41.666666666666670%;
}

.s6 {
    width: 50.000000000000000%;
}

.s7 {
    width: 58.333333333333336%;
}

.s8 {
    width: 66.666666666666660%;
}

.s9 {
    width: 75.000000000000000%;
}

.s10 {
    width: 83.333333333333340%;
}

.s11 {
    width: 91.666666666666660%;
}

.s12 {
    width: 100.000000000000000%;
}


.eq5 { width: 20% }
.eq7 { width: 14.285714285714286% }
@media (min-width: 1199px) { 
    .container,
    .dnd-section > .row-fluid{ 
        padding: 0 50px;
    }
}
@media (max-width: 1199px) {
    
    .md-s1 {
        width: 8.333333333333332%;
    }
    
    .md-s2 {
        width: 16.666666666666664%;
    }
    
    .md-s3 {
        width: 25.000000000000000%;
    }
    
    .md-s4 {
        width: 33.333333333333330%;
    }
    
    .md-s5 {
        width: 41.666666666666670%;
    }
    
    .md-s6 {
        width: 50.000000000000000%;
    }
    
    .md-s7 {
        width: 58.333333333333336%;
    }
    
    .md-s8 {
        width: 66.666666666666660%;
    }
    
    .md-s9 {
        width: 75.000000000000000%;
    }
    
    .md-s10 {
        width: 83.333333333333340%;
    }
    
    .md-s11 {
        width: 91.666666666666660%;
    }
    
    .md-s12 {
        width: 100.000000000000000%;
    }
    

    .md-eq5 { width: 20% }
    .md-eq7 { width: 14.285714285714286% }
}

@media (max-width: 767px) {
    .col { width: 100% }

    
    .sm-s1 {
        width: 8.333333333333332%;
    }
    
    .sm-s2 {
        width: 16.666666666666664%;
    }
    
    .sm-s3 {
        width: 25.000000000000000%;
    }
    
    .sm-s4 {
        width: 33.333333333333330%;
    }
    
    .sm-s5 {
        width: 41.666666666666670%;
    }
    
    .sm-s6 {
        width: 50.000000000000000%;
    }
    
    .sm-s7 {
        width: 58.333333333333336%;
    }
    
    .sm-s8 {
        width: 66.666666666666660%;
    }
    
    .sm-s9 {
        width: 75.000000000000000%;
    }
    
    .sm-s10 {
        width: 83.333333333333340%;
    }
    
    .sm-s11 {
        width: 91.666666666666660%;
    }
    
    .sm-s12 {
        width: 100.000000000000000%;
    }
    

    .sm-eq5 { width: 20% }
    .sm-eq7 { width: 14.285714285714286% }
}

/* Flex utility */

.flex { display: flex }
.inline-flex { display: inline-flex }

.no-shrink > *,
.self-no-shrink {
    flex-shrink: 0;
}

.self-shrink {
    flex-shrink: 1;
}

.flex-row { flex-direction: row }
.flex-row-reverse { flex-direction: row-reverse }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }

.wrap { flex-wrap: wrap }
.wrap-reverse { flex-wrap: wrap-reverse }

.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.justify-evenly { justify-content: space-evenly }

.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-stretch { align-items: stretch }
.items-baseline { align-items: baseline }

.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-stretch { align-content: stretch }
.content-between { align-content: space-between }
.content-around { align-content: space-around }

@media (max-width: 1199px) {
    .md-flex { display: flex }
    .md-inline-flex { display: inline-flex }

    .md-no-shrink > *,
    .md-self-no-shrink {
        flex-shrink: 0;
    }

    .md-self-shrink {
        flex-shrink: 1;
    }

    .md-flex-row { flex-direction: row }
    .md-flex-row-reverse { flex-direction: row-reverse }
    .md-flex-col { flex-direction: column }
    .md-flex-col-reverse { flex-direction: column-reverse }

    .md-wrap { flex-wrap: wrap }
    .md-wrap-reverse { flex-wrap: wrap-reverse }

    .md-justify-start { justify-content: flex-start }
    .md-justify-end { justify-content: flex-end }
    .md-justify-center { justify-content: center }
    .md-justify-between { justify-content: space-between }
    .md-justify-around { justify-content: space-around }
    .md-justify-evenly { justify-content: space-evenly }

    .md-items-start { align-items: flex-start }
    .md-items-end { align-items: flex-end }
    .md-items-center { align-items: center }
    .md-items-stretch { align-items: stretch }
    .md-items-baseline { align-items: baseline }

    .md-content-start { align-content: flex-start }
    .md-content-end { align-content: flex-end }
    .md-content-center { align-content: center }
    .md-content-stretch { align-content: stretch }
    .md-content-between { align-content: space-between }
    .md-content-around { align-content: space-around }
}

@media (max-width: 767px) {
    .sm-flex { display: flex }
    .sm-inline-flex { display: inline-flex }

    .sm-no-shrink > *,
    .sm-self-no-shrink {
        flex-shrink: 0;
    }

    .sm-self-shrink {
        flex-shrink: 1;
    }

    .sm-flex-row { flex-direction: row }
    .sm-flex-row-reverse { flex-direction: row-reverse }
    .sm-flex-col { flex-direction: column }
    .sm-flex-col-reverse { flex-direction: column-reverse }

    .sm-wrap { flex-wrap: wrap }
    .sm-wrap-reverse { flex-wrap: wrap-reverse }

    .sm-justify-start { justify-content: flex-start }
    .sm-justify-end { justify-content: flex-end }
    .sm-justify-center { justify-content: center }
    .sm-justify-between { justify-content: space-between }
    .sm-justify-around { justify-content: space-around }
    .sm-justify-evenly { justify-content: space-evenly }

    .sm-items-start { align-items: flex-start }
    .sm-items-end { align-items: flex-end }
    .sm-items-center { align-items: center }
    .sm-items-stretch { align-items: stretch }
    .sm-items-baseline { align-items: baseline }

    .sm-content-start { align-content: flex-start }
    .sm-content-end { align-content: flex-end }
    .sm-content-center { align-content: center }
    .sm-content-stretch { align-content: stretch }
    .sm-content-between { align-content: space-between }
    .sm-content-around { align-content: space-around }
}

/* Clear */

.module:after,
.clear:after {
    content: '';
    display: table;
    clear: both;
}

/* Module */

.module {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.module--block-left   { align-items: flex-start }
.module--block-center { align-items: center }
.module--block-right  { align-items: flex-end }

.module--text-left   { text-align: left }
.module--text-center { text-align: center }
.module--text-right  { text-align: right }

@media (max-width: 1199px) {
    .module--md-block-left   { align-items: flex-start }
    .module--md-block-center { align-items: center }
    .module--md-block-right  { align-items: flex-end }

    .module--md-text-left   { text-align: left }
    .module--md-text-center { text-align: center }
    .module--md-text-right  { text-align: right }
}

@media (max-width: 767px) {
    .module--sm-block-left   { align-items: flex-start }
    .module--sm-block-center { align-items: center }
    .module--sm-block-right  { align-items: flex-end }

    .module--sm-text-left   { text-align: left }
    .module--sm-text-center { text-align: center }
    .module--sm-text-right  { text-align: right }
}

.module__inner {
    width: 100%;
    max-width: 100%;
}

/* Hidden */

@media (min-width: 1200px) {
    .lg-hidden {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .md-hidden {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .sm-hidden {
        display: none !important;
    }
}

/* Min height */

.minh-full {
    min-height: 100vh;
}

.minh-half {
    min-height: 50vh;
}

.dnd-section.minh-full,
.dnd-section.minh-half {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dnd-section.minh-full > *,
.dnd-section.minh-half > * {
    width: 100%;
}

/* Preset width */

.content-width {
    max-width: 1310px;
    padding-left: 15.0px;
    padding-right: 15.0px;
}

.half-content-width {
    max-width: calc(655.0px - 15.0px);
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
    padding: 0 !important;
}
@keyframes uiPop {
  from {
    opacity: 0;
    transform: scale(.9) translateZ(0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Animation */

@keyframes btn_ripple {
    0% {
        opacity: .3;
    }
    30% {
        opacity: .3;
    }
    100% {
        opacity: 0;
    }
}

/* Base */

.btn {
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: none;
    border: none; /* for <button> */
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    line-height: 1.63;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transition: box-shadow, background-image, background-color, transform;
    transition-duration: .1s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    outline: none; /* using our own styling */
}



.btn {
    font-family: "PT Sans", sans-serif ;
    font-weight: 700;
}


.btn.btn--full {
    display: block;
}

.btn:hover {
    text-decoration: none;
}

.btn:active {
    transition-duration: 0.05s;
}

.btn::after { /* ripple effect */
    content: '';
    display: block;
    width: 2.22rem;
    height: 2.22rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.11rem;
    margin-left: -1.11rem;
    z-index: -1;
    background: currentColor;
    border-radius: 20px;
    color: inherit;
    opacity: 0;
    pointer-events: none;
}

.btn:focus::after {
    animation: .5s ease-in-out btn_ripple;
    animation-fill-mode: forwards;
}

/* Outline */

.btn--outline {
    border: 1px solid;
}

/* .btn--outline:hover {
border: 0;
} */

/* Small */

.btn--small {
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 26px;
    font-family: Poppins, sans-serif !important;
    font-weight: 500 !important;
}



/* Medium */

.btn--medium {
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 20px;
    text-transform: uppercase;
}
.banner-slider-module  .btn--medium.btn--light-darker:hover {padding: 12px 20px;}


/* Large */

.btn--large {
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 21px;
    font-family: Poppins, sans-serif !important;
    font-weight: 500 !important;
}



/* Accent */

.btn--accent.btn--outline {
    border-color: #7BC143;
    color: #7BC143;
}

.btn--accent.btn--fill,
.btn--accent.btn--outline:hover {
    background: #7BC143;
    color: #fff;
}

.btn--accent.btn--fill:hover{
    background: #395D1D;
}

.btn--accent:focus-visible:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(123, 193, 67, .15);
}

/* Dark */

.btn--dark.btn--outline {
    border-color: #363839;
    color: #363839;
}

.btn--dark.btn--fill,
.btn--dark.btn--outline:hover {
    background: #363839;
    color: #fff;
}

.btn--dark:focus-visible:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(54, 56, 57, .15);
}

/* Light */

.btn--light.btn--outline {
    border-color: #7BC143;
    color: #0000FF; text-transform: uppercase;
}

.btn--light.btn--fill,
.btn--light.btn--outline:hover {
    background-color: #0000FF;
    color: #fff;
}

.btn--light:focus-visible:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(123, 193, 67, .15);
}

/* Light darker */

.btn--light-darker.btn--outline {
    border-color: #7BC143;
    color: #fff; background: #7BC143;
}

.btn--light-darker.btn--fill,
.btn--light-darker.btn--outline:hover {
    background: transparent;
    color: #0000FF; text-transform: uppercase; border-color: #7BC143;
}

.btn--light-darker:focus-visible:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(123, 193, 67, .15);
}

/* White */

.btn--white.btn--outline {
    border-color: #fff;
    color: #fff;
}

.btn--white.btn--fill,
.btn--white.btn--outline:hover {
    background: #363839;
    color: #fff;
}

.btn--white:focus-visible:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Green */

.btn--green.btn--outline {
    border-color: #7BC143;
    color: #7BC143;
}

.btn--green.btn--fill,
.btn--green.btn--outline:hover {
    background: #7BC143;
    color: #fff;
}

.btn--green:focus-visible:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with accent */

.btn--white-accent.btn--outline {
    border-color: #fff;
    color: #7BC143;
}

.btn--white-accent.btn--fill,
.btn--white-accent.btn--outline:hover {
    background: #fff;
    color: #7BC143;
}

.btn--white-accent:focus-visible:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with hover accent */

.btn--white-hover-accent.btn--outline {
    border-color: #fff;
    color: #fff;
}

.btn--white-hover-accent.btn--fill {
    background: #fff;
    color: #363839;
}

.btn--white-hover-accent.btn--fill:hover,
.btn--white-hover-accent.btn--outline:hover {
    background: #fff;
    color: #7BC143;
}

.btn--white-hover-accent:focus-visible:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Ghost */

.btn--ghost.btn--outline {
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
}

.btn--ghost.btn--fill {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.btn--ghost.btn--outline:hover,
.btn--ghost.btn--fill:hover {
    background: #fff;
    color: #363839;
}

.btn--ghost:focus-visible:not(:hover):not(:active) {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Pill */

.btn--pill {
    border-radius: 999px;
}

/* Icon */

.btn__icon {
    color: inherit;
    line-height: 0;
}

.btn__icon--right {
    order: 1;
    margin-left: .4em;
}

.btn__icon--left {
    margin-right: .4rem;
}

.btn__icon svg {
    fill: currentColor;
}

body .btn.btn--medium .btn__image img {
    width: 20px !important;
    height: 20px !important;
    margin-left: 15.5px !important;
}

body .btn.btn--small .btn__image img {
    width: 16px !important;
    height: 16px !important;
    margin-left: 10px !important;
}
/* Base */

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon img,
.icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}

.icon svg {
  fill: currentColor;
}

/* Shape */

.icon--disc {
  border-radius: 100%;
}

.icon--square.icon--small {
  border-radius: 5px;
}

.icon--square.icon--medium {
  border-radius: 8px;
}

.icon--square.icon--large {
  border-radius: 10px;
}

.icon--square.icon--extra-large {
  border-radius: 16px;
}

/* Size */

.icon--small.icon--disc,
.icon--small.icon--square {
  width: 2.25rem;
  height: 2.25rem;
}

.icon--small .icon__glyph {
  width: 1.15rem;
  height: 1.15rem;
  line-height: 1.15rem;
  font-size: 1.15rem;
}

.icon--medium.icon--disc,
.icon--medium.icon--square {
  width: 3.75rem;
  height: 3.75rem;
}

.icon--medium .icon__glyph {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1.875rem;
}

.icon--large.icon--disc,
.icon--large.icon--square {
  width: 100px;
  height:100px;
}

.icon--large .icon__glyph {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 2.75rem;
}

.icon--extra-large.icon--disc,
.icon--extra-large.icon--square {
  width: 5.46rem;
  height: 5.46rem;
}

.icon--extra-large .icon__glyph {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 3.125rem;
}

/* Outline */

.icon--outline {
  border: 1px solid;
}

/* Accent */

.icon--accent {
  color: #7BC143;
}

.icon--accent.icon--fill {
  background: #7BC143;
  color: #fff;
}

.icon--accent.icon--outline {
  border-color: #7BC143;
}

/* Dark */

.icon--dark {
  color: #363839;
}

.icon--dark.icon--fill {
  background: #363839;
  color: #fff;
}

.icon--dark.icon--outline {
  border-color: #363839;
}

/* Light */

.icon--light {
  color: #363839;
}

.icon--light.icon--fill {
  background: #FFFFFF;
  color: #363839;
}

.icon--light.icon--outline {
  border-color: #7BC143;
}

/* White */

.icon--white {
  color: #fff;
}

.icon--white.icon--fill {
  background: #fff;
  color: #363839;
}

.icon--white.icon--outline {
  border-color: #fff;
}

/* White with accent */

.icon--white-accent {
  color: #7BC143;
}

.icon--white-accent.icon--fill {
  background: #fff;
  color: #ff9d1e;
}

.icon--white-accent.icon--outline {
  border-color: #7BC143; background-color: #7BC143;
}

/* Ghost */

.icon--ghost {
  color: #fff;
}

.icon--ghost.icon--fill {
  background: rgba(255, 255, 255, .2);
}

.icon--ghost.icon--outline {
  border-color: rgba(255, 255, 255, .2);
}


/* Holder */

.ttip-holder {
  position: relative;
}

/* Tooltip */

.ttip {
  display: none;
  max-width: 200px;
  padding: .77rem .91rem;
  font-family: 

'Poppins', sans-serif

;
  font-weight: 700;
  font-style: normal;
  font-size: .82rem;
  line-height: 1.28;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ttip[style*="position"] {
  display: block;
}

/* Block */

.ttip--block {
  width: 220px;
  text-align: left;
  white-space: normal;
  text-overflow: clip;
}

/* On hover */

.ttip--on-hover {
  visibility: hidden;
  pointer-events: none;
}

*:hover > .ttip--on-hover {
  visibility: visible;
  pointer-events: auto;
  animation: .2s ease-in-out forwards fadeIn;
}

/* Background */

.ttip::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: -1;
  border-radius: 5px;
}

/* Caret */

.ttip::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: -2;
  background: inherit;
}

.ttip[data-popper-placement="top-start"]::after {
  bottom: 4px;
  left: 10px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.ttip[data-popper-placement="top"]::after {
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="top-end"]::after {
  bottom: 4px;
  right: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom-start"]::after {
  top: 4px;
  left: 10px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom"]::after {
  top: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="bottom-end"]::after {
  top: 4px;
  right: 10px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.ttip[data-popper-placement="left-start"]::after {
  top: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}

.ttip[data-popper-placement="left"]::after {
  top: 50%;
  right: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="left-end"]::after {
  bottom: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right-start"]::after {
  top: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right"]::after {
  top: 50%;
  left: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="right-end"]::after {
  bottom: 0;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Accent */

.ttip--accent {
  color: #fff;
}

.ttip--accent::before,
.ttip--accent::after {
  background: #7BC143;
}

.ttip--accent::before {
  box-shadow: 0px 8px 16px rgba(123, 193, 67, 0.2), 0px 4px 8px rgba(123, 193, 67, 0.2);
}

/* Dark */

.ttip--dark {
  color: #fff;
}

.ttip--dark::before,
.ttip--dark::after {
  background: #363839;
}

.ttip--dark::before {
  box-shadow: 0px 8px 16px rgba(54, 56, 57, 0.05), 0px 4px 8px rgba(54, 56, 57, 0.05);
}

/* White */

.ttip--white {
  color: #363839;
}

.ttip--white::before,
.ttip--white::after {
  background: #fff;
}

/* White accent */

.ttip--white-accent {
  color: #7BC143;
}

.ttip--white-accent::before,
.ttip--white-accent::after {
  background: #fff;
}

/* Base */

.badge {
  display: inline-block;
  font-family: 

'Poppins', sans-serif

;
  font-weight: 700;
  font-style: normal;
  line-height: 1.28;
  text-transform: uppercase;
  vertical-align: middle;
}

.badge,
.badge:hover {
  text-decoration: none;
}

/* Lowercase */

.badge--lowercase {
  text-transform: none;
}

/* Small */

.badge--small {
  padding: .11rem .22rem;
  border-radius: 4px;
  font-size: .46rem;
}

.badge--small.badge--lowercase {
  font-size: .72rem;
}

/* Medium */

.badge--medium {
  padding: .18rem 0.36rem;
  border-radius: 4px;
  font-size: .6rem;
}

.badge--medium.badge--lowercase {
  font-size: .78rem;
}

/* Large */

.badge--large {
  padding: .22rem .44rem;
  border-radius: 5px;
  font-size: .73rem;
}

.badge--large.badge--lowercase {
  font-size: .89rem;
}

/* Accent */

.badge--accent {
  background: #7BC143;
  color: #fff;
}

.badge--accent:hover {
  color: #fff;
}

/* Dark */

.badge--dark {
  background: #363839;
  color: #fff;
}

.badge--dark:hover {
  color: #fff;
}

/* White */

.badge--white {
  background: #fff;
  color: #363839;
}

.badge--white:hover {
  color: #363839;
}

/* Ghost */

.badge--ghost {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

.badge--ghost:hover {
  color: #fff;
}



/* ==========================================================================
Base
========================================================================== */

/* Reset input list */

.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inputs-list li {
    padding: 0 !important;
    margin: 0 !important;
}

.inputs-list li:before {
    content: none !important;
}

.no-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}


/* Make spacing consistent */

.field > .input {
    margin-top: .28rem;
}

.hs-form fieldset {
    max-width: none !important;
}

.hs-form .input {
    margin-right: 0 !important;
}

.form-columns-2,
.form-columns-3 {
    margin: 0 -15.0px !important;
}

.form-columns-2 > .hs-form-field,
.form-columns-3 > .hs-form-field {
    padding: 0 15.0px;
    float: left;
}

.form-columns-3 > .hs-form-field {
    width: 33.3333% !important;
}

@media (max-width: 667px) {
    .form-columns-3 > .hs-form-field {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .form-columns-2 > .hs-form-field,
    .form-columns-3 > .hs-form-field {
        width: 100% !important;
    }
}

.hs-form-field,
.hs-richtext,
.legal-consent-container p,
.legal-consent-container ul {
    margin-bottom: 20.0px;
}

.legal-consent-container .hs-form-field {
    margin-bottom: 0 !important;
}

body .legal-consent-container .hs-form-booleancheckbox-display input {
    float: none;
}

body .legal-consent-container .hs-form-booleancheckbox-display > span {
    display: inline;
}

/* Hide empty form title */

.form-title:empty,
.hs-form h3:empty {
    display: none;
}

/* Global input styles */

.hs-input,
#hs-pwd-widget-password {
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    transition: .2s ease-in-out;
}

/* Placeholders */

.hs-input::-webkit-input-placeholder,
#hs-pwd-widget-password::-webkit-input-placeholder {
    color: #1F1F1F;
    opacity: 1;
}

.hs-input::-moz-placeholder,
#hs-pwd-widget-password::-moz-placeholder {
    color: #1F1F1F;
    opacity: 1;
}

.hs-input:-ms-input-placeholder,
#hs-pwd-widget-password:-ms-input-placeholder {
    color: #1F1F1F;
    opacity: 1;
}

.hs-input:-moz-placeholder,
#hs-pwd-widget-password:-moz-placeholder {
    color: #1F1F1F;
    opacity: 1;
}

/* Make other HubSpot forms consistent with the rest.
`!important` necessary to override inline styles. */

/* email_simple_subscription */

#email-prefs-form .hs-input {
    padding: 0.91rem .91rem !important;
    font-size: 1rem !important;
}

#email-prefs-form h3 {
    font-weight: 700 !important;
}

#email-prefs-form h3 + div {
    padding-bottom: 30px !important;
}

/* password_prompt */

#hs-pwd-widget-password {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

/* Checkbox and radio field stucture */

.hs-form .multi-container {
    margin-top: .28rem;
}

.hs-form .multi-container li + li {
    margin-top: .11rem;
}

.hs-fieldtype-radio .inputs-list{
    display: flex;
    margin: 0;
    margin-top:10px;
    flex-wrap: wrap;
    gap: 25px;
}

.hs-fieldtype-radio .inputs-list>li{
    margin:0;
}

.hs-form-radio-display{
    display: inline-flex;
    gap: 10px;
    align-items: center;
    cursor:pointer;
}


.hs-form-checkbox-display,
.hs-form-radio-display,
.hs-form-booleancheckbox-display {
    font-family: 

'Poppins', sans-serif

;
    font-weight: normal;
    font-style: normal;
}

.hs-input[type='checkbox'] + *,
.hs-input[type='radio'] + * {
    display: inline;
    float: none;
    margin-left: 0 !important;
    vertical-align: middle;
}

/* Labels & text */

.hs-form legend {
    color: inherit;
}

.hs-form-field > label,
.hs-form-radio > label{
    color: #1F1F1F;
}

.txt--dark .hs-form-field > label,
.txt--dark .hs-form-radio > label{
    color: #fff;
}



/* ==========================================================================
Inputs
========================================================================== */

/* Default state
========================================================================== */

.hs-input,
#hs-pwd-widget-password {
    display: block;
    width: 100% !important;
    padding: 12.2px 20px;
    background-color: #fff;
    border: 1px solid #7BC143;
    border-radius: 10px;
    color: #1F1F1F;
    font-family: 

'Poppins', sans-serif

;
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    line-height: 1.63;
}

textarea.hs-input {
    height: 130px;
    border-radius: 10px;
}

select.hs-input {
    padding-right: 38px;
    background-image: url("https://44962646.fs1.hubspotusercontent-na1.net/hubfs/44962646/Dimensional_Strategies_Inc%20-%202024/dropdown-arrow.svg");
    background-size: 16px;
    background-position: center right 20px;
    background-repeat: no-repeat;
    margin-top:5px;
}

.hs-input[type='checkbox'],
.hs-input[type='radio'] {

}

.hs-input[type=radio] {
    width: 16px !important;
    padding: 0 !important;
    height: 16px !important;
    border: 1px solid #7BC143; !important;
    background-color:transparent !important;
    margin: 0 !important;
    display: inline-block !important;
    box-shadow: unset!important;
    cursor: pointer
}

.hs-input[type=radio]+span {
    position: relative;
}

.hs-input[type=radio]:checked+span:before {
    position: absolute;
    display: inline-block;
    width: 10px;
    content:'';
    height: 10px;
    border-radius: 10px;
    background-color: #7BC143;;
    left: -23px;
    top: 8px;
}

.hs-input[type='checkbox'] {
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
}


.hs-input[type='checkbox']{
    width: 20px !important;
    padding: 0 !important;
    height: 20px !important;
    margin: 0 !important;
    display: inline-block !important;
    box-shadow: unset!important;
    cursor: pointer;
    border-radius: 1px;
    margin-right: 10px !important;
    vertical-align: middle;
}


/* Focus state
========================================================================== */

.hs-input:focus,
#hs-pwd-widget-password:focus {
    border-color: #7BC143;
}

.hs-input[type='checkbox']:focus,
.hs-input[type='radio']:focus {
    border-color: #7BC143;
}

/* Error state
========================================================================== */

.hs-input.error {
    border-color: #7BC143;
}

/* Checked state
========================================================================== */

.hs-input[type='checkbox']:checked{
    background-color: #7BC143;
    border-color: transparent;
}

.hs-input[type='checkbox']:checked {
    background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>");
}


/* ==========================================================================
Date fields
========================================================================== */

/* Inputs
========================================================================== */

.hs-input[type='date'],
.hs-input[type='datetime-local'],
.hs-input[type='month'],
.hs-input[type='week'],
.hs-dateinput .hs-input {
    padding-left: 2.56rem !important;
    background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%23363839\" d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"></path></svg>");
    background-position: 1.11rem center;
    background-repeat: no-repeat;
    background-size: .78rem .89rem;
}

/* Date-picker widget
========================================================================== */

body .fn-date-picker.pika-single {
    color: inherit;
    font: inherit;
}

body .fn-date-picker.pika-single.is-bound {
    background: #fff;
    border: 1px solid #7BC143;
    border-radius: 8px;
    box-shadow: 0px 16px 32px rgba(54, 56, 57, 0.05), 0px 8px 16px rgba(54, 56, 57, 0.05);
}

body .fn-date-picker .pika-label {
    background-color: inherit;
    font: inherit;
}

body .fn-date-picker .pika-button {
    background: #FFFFFF;
    color: #363839;
    font-family: inherit;
    box-shadow: none !important;
}

body .fn-date-picker .is-today .pika-button {
    color: #7BC143;
    font-weight: inherit;
}

body .fn-date-picker .pika-button:hover,
body .fn-date-picker .is-selected .pika-button {
    background: #7BC143 !important;
    color: #fff;
    font-weight: inherit;
}

body .fn-date-picker .pika-table th {
    color: #6A747C;
    font-weight: inherit;
    font-family: inherit;
}

body .fn-date-picker .pika-next,
body .fn-date-picker .pika-prev {
    background: none !important;
    color: inherit !important;
    text-indent: 0 !important;
    font-size: 0;
    line-height: 0;
}

body .fn-date-picker .pika-prev:before {
    content: "‹";
    font-size: 14px;
}

body .fn-date-picker .pika-next:before {
    content: "›";
    font-size: 14px;
}

/* ==========================================================================
File fields
========================================================================== */

/* File input
========================================================================== */

.hs-input[type='file'] {
    padding-right: 2.56rem !important;
    background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23363839\" d=\"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"></path></svg>");
    background-position: center right 1.11rem;
    background-repeat: no-repeat;
    background-size: .89rem .89rem;
    cursor: pointer;
}

/* File button
========================================================================== */

.hs-input[type='file']::-webkit-file-upload-button {
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 1.67rem;
    background: #FFFFFF;
    border: 1px solid #7BC143;
    border-radius: 5px;
    color: #363839;
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    font-size: 1.63rem;
    cursor: pointer;
}

.hs-input[type='file']::-webkit-file-upload-button:hover {
    background: none;
}

/* ==========================================================================
Errors
========================================================================== */

.hs-error-msg,
.hs-error-msgs label{
    display: inline-block;
    padding: .23rem .46rem;
    margin-top: -.23rem;
    margin-left: .56rem;
    margin-right: .56rem;;
    vertical-align: top;
    background: #7BC143;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
}

.hs-fieldtype-checkbox .hs-error-msg,
.hs-fieldtype-radio .hs-error-msg,
.hs-fieldtype-booleancheckbox .hs-error-msg {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.hs_error_rollup {
    color: #363839;
    font-family: 

'Poppins', sans-serif

;
    font-weight: normal;
    font-style: normal;
    line-height: 1.63;
    margin-bottom: 30px;
}

/* ==========================================================================
Buttons
========================================================================== */

.hs-button {
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: none;
    font-family: 

'Poppins', sans-serif

;
    font-weight: 700;
    font-style: normal;
    line-height: 1.63;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
    transition: box-shadow, background-image, background-color, color, transform;
    transition-duration: .1s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    outline: none; /* we have our own styling */
    background: #7BC143;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 1rem;
}

.hs-button {
    font-family: "PT Sans", sans-serif ;
    font-weight: 700;
}

form .hs-button {
    background: #7BC143;
}


form .hs-button:hover,
form .hs-button:focus{
    background: #395D1D;
}

.hs-button:hover {
    color: #fff;
    text-decoration: none;
}


.hs-button::after { /* ripple effect */
    content: '';
    display: block;
    width: 2.22rem;
    height: 2.22rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.11rem;
    margin-left: -1.11rem;
    z-index: -1;
    background: currentColor;
    border-radius: 20px;
    color: inherit;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
}

.hs-button:focus::after {
    animation: .5s ease-in-out btn_ripple;
    animation-fill-mode: forwards;
}


/* Base */

.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-menu-wrapper li {
  position: relative;
}

.hs-menu-wrapper a {
  display: block;
  position: relative;
  color: #363839;
  text-decoration: none;
  transition: .2s ease-in-out;
}

/* Flyouts */




/* All sub-levels */


/* 2nd level */

/* .hs-menu-flow-horizontal.flyouts > ul > li > ul {
  top: 100%;
  margin-left: -.91rem;
} */

/* 3rd level */

/* .hs-menu-flow-horizontal.flyouts ul ul ul,
.hs-menu-flow-vertical.flyouts ul ul {
  top: 0;
  left: 100%;
  margin-top: -.46rem;
} */


.lightbox-open {
  overflow: hidden;
}

#bp_caption,
#bp_container {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
}

#bp_container > *,
#bp_loader {
  position: absolute;
  right: 0;
  z-index: 10;
}

#bp_container,
#bp_caption,
#bp_container svg {
  pointer-events: none;
}

#bp_container {
  top: 0;
  z-index: 99999999999;
  background: rgba(54, 56, 57, .9);
  opacity: 0;
  transition: .35s opacity;
}

#bp_loader {
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: wait;
  background: none;
  z-index: 9;
}

#bp_loader svg {
  width: 50%;
  max-width: 300px;
  max-height: 50%;
  margin: auto;
  animation: bpturn 1s infinite linear;
}

#bp_aud,
#bp_container img,
#bp_sv,
#bp_vid {
  user-select: none;
  max-height: 96%;
  max-width: 96%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: 0px 32px 64px rgba(54, 56, 57, 0.05), 0px 16px 32px rgba(54, 56, 57, 0.05);
  z-index: -1;
}

#bp_sv {
  background: #363839;
}

#bp_sv svg {
  width: 66px;
}

#bp_caption {
  font-size: 1rem;
  padding: 30px;
  background: #363839;
  color: #fff;
  text-align: center;
  transition: .2s opacity;
}

#bp_aud {
  width: 650px;
  top: calc(50% - 20px);
  bottom: auto;
  box-shadow: none;
}

#bp_count {
  left: 0;
  right: auto;
  padding: 15px;
  color: #fff;
  font-size: .9rem;
  cursor: default;
}

#bp_container button {
  position: absolute;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  transition: all .1s;
}

#bp_container .bp-x {
  padding: 0;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  top: 8px;
  right: 14px;
  opacity: .8;
  line-height: 1;
  background: #363839;
  color: #fff;
}

.bp-x svg,
.bp-xc svg {
  height: 20px;
  width: 20px;
  vertical-align: top;
  transition: .2s ease-in-out;
}

#bp_container .bp-x:hover svg,
#bp_container .bp-xc:hover svg {
  transform: scale(1.1);
}

#bp_container .bp-xc {
  left: 2%;
  bottom: 100%;
  padding: .6rem .8rem;
  background: #363839;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

.bp-lr {
  top: 50%;
  transform: translateX(-50%);
  width: 40px;
  background: 0;
  border: 0;
  color: #fff;
  line-height: 0;
  transition: opacity .1s;
}

.bp-lrl {
  left: 30px;
}

.bp-lrr {
  right: 30px;
}

.bp-lr svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.33rem;
  height: 1.33rem;
  transition: .2s ease-in-out;
}

.bp-lr:hover svg {
  transform: scale(1.2);
}

@keyframes bpf {
  50% {
    transform: translatex(15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpl {
  50% {
    transform: translatex(-15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpfl {
  0% {
    opacity: 0;
    transform: translatex(70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfr {
  0% {
    opacity: 0;
    transform: translatex(-70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfol {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(-70px);
  }
}

@keyframes bpfor {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(70px);
  }
}

@keyframes bpturn {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .bp-lr {
    font-size: 15vw;
  }
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


.accent-color,.accent-color * {
    color:#7BC143; 
}
.secondary-color,.secondary-color * {
    color:#607D8B; 
}
.dark-green-color,.dark-green-color * {
    color:#395D1D; 
}
.light-blue-color,.light-blue-color * {
    color:#6A747C; 
}
.black-color,.black-color * {
    color:#1F1F1F; 
}
.white-color,.white-color * {
    color:#fff; 
}
.gray-color,.gray-color * {
    color:#363839; 
}


.module--footer-module {
    background-color: #7BC143;
    background-color: #607D8B;
    background-color: #395D1D;
    background-color: #6A747C;
    background-color: #1F1F1F;
    background-color: #fff;
    background-color: #363839;
}

.footer-social-icon-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-social-icon-inner .footer-icons a {
    width: 40px;
    height: 40px;
    background-color:  #7BC143;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    max-width: 40px !important;
}
.footer-icons + .footer-icons {
    margin-left: 20px;
}
.footer-social-icon-inner .footer-icons * {
    max-width: 18px !important;
    display: inline-flex;
}
.footer-first-row {
    max-width: 287px;
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 -15px;
}

.footer-menu .hs-menu-flow-horizontal > ul{
    flex-direction:column;
    align-items:flex-start;
}

.footer-menu-inner {
    max-width: 265px;
    width:50%;
    flex:50%;
    padding:0 15px;
}
.footer-menu-main .hs-menu-flow-horizontal.flyouts>ul>li>a {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    color:#fff;
}
.footer-menu-main .hs-menu-flow-horizontal.flyouts>ul>li:last-child>a {
    padding-bottom:0;
}
.footer-menu-main .hs-menu-flow-horizontal.flyouts>ul>li:first-child>a {
    padding-top:0;
}
.footer-menu-inner:last-child {
    max-width: 225px;
}
.module--footer-module .details-left-inner * {
    width: 20px;
    height: 20px;
    line-height: 1;
}

.details-left-inner {
    width: 40px;
    height: 40px;
    background-color: #7bc143;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.details-left-inner svg {
    fill: #fff;
}

.details-line {
    display: flex;
    flex-wrap: wrap;
}

.details-line:nth-child(2){
    align-items: center;
}
.details-left {
    width: 50px;
}

.details-right {
    width: calc(100% - 50px);
}
.details-line + .details-line {
    margin-top: 15px;
}
.details-right a {
    text-decoration: none;
    display:block;
}
.footer-contact-details {
    max-width: 210px;
    margin-left: auto;
}
.footer-module-privacy-policy {
    background: rgba(31, 31, 31, 0.3);
    padding: 18px 0;
}
.footer-module-privacy-policy .row {
    align-items: center;
}
.module--footer-module .hs-menu-wrapper a {
    color: #fff;
}
.footer-module-privacy-policy .right-text {
    text-align: right;
}
.footer-module-privacy-policy .right-text ul li:first-child:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    top: 50%;
    right: -30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}
.footer-module-privacy-policy .right-text ul li:first-child {
    margin-right: 60px;
}
.footer-menu-title.white-color {
    margin-bottom: 30px;
}
.module--footer-module section {
    z-index: 1;
}
.module--footer-module section:after {
    position: absolute;
    content: '';
    width: 418px;
    height: 100%;
    top: 0;
    left: calc(50vw - 720px);
    background: rgba(255, 255, 255, 0.05);
    z-index: -1;
}

@media (min-width:1200px){

    .module--footer-module section{
        padding-bottom:57px;
    }

}
@media (min-width:768px) and (max-width:1199px){

    .footer-module-three {
        order: 1;
    }
    .footer-module-two {
        order: 2;
        margin-top:40px;
    }
    .footer-module-one {
        order: 0;
    }

}
@media (max-width:1199px){
    .footer-contact-details {max-width:100%;margin-left:0;}

    .footer-menu-inner{max-width:50%;}

    .footer-menu-inner:last-child{max-width:50%;}
    .module--footer-module section:after {display:none;}
}
@media (max-width:767px){
    .footer-menu-title * {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
    }

    .footer-menu-title.white-color {
        margin-bottom: 15px;
    }

    .footer-menu-main .hs-menu-flow-horizontal.flyouts>ul>li>a{
        padding-bottom:5px;
    }
    .footer-module-privacy-policy .right-text {
        text-align: left;
        margin-top:10px;
    } 
    .footer-module-privacy-policy {padding: 25px 0 18px;}
    .footer-menu-inner {width: 100%;max-width:100%;flex:100%;}
    .footer-menu-inner:last-child {max-width: 100%;}
    /*     .module--footer-module section:after {height: 335px;width: 100%;left: 0;} */

    .footer-first-row {
        max-width: 100%;
    }
    .footer-module-one {
        background-color: #FFFFFF0D;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .module--tab-with-accordion .tabber-list {margin: 0 -15px 15px 0px;}
}


@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");


.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #005fcc;
    color: white;
    padding: 10px;
    z-index: 100;
    text-decoration: none;
    border-radius: 5px;
    transition: top 0.3s ease;
}

/* Show the link when it's focused */
.skip-link:focus {
    top: 10px; /* Move it into view */
    outline: 2px solid #fff; /* Optional: Visible outline for better focus indication */
}

.d-flex{
    display:flex;
    flex-wrap:wrap;
}

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

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

.flex-nowrap{
    flex-wrap:nowrap;
}

.d-inline-flex{
    display:inline-flex;
}

.d-inline-block{
    display:inline-block;
}

.align-center{
    align-items:center
}

.no-scroll{
    overflow:hidden;
}

small{
    font-size:14px;
    line-height:1.71;
}


h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child{
    margin-bottom:0;
}

h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
p code{
    color:#7BC143;
    font:inherit;
}

ul,ol{
    padding-left:20px;
}

ol li:not(:last-child),
ul li:not(:last-child) {
    margin-bottom: 8px;
}


/* .body ul:not([class]) {
padding: 0 !important;
margin: 0;
list-style-type: none;
}

.body ul:not([class]) li {
position: relative;
padding-left: 26px;
margin-bottom: 17px;
}

.body .ul:not([class]) li:last-child {
margin-bottom: 0;
}

.body ul:not([class]) li:before {
content: '';
display: inline-block;
width: 12px;
height: 12px;
background: #7BC143;
position: absolute;
left: 2px;
top: 8px;
transform: rotate(45deg);
}

.no-list-style li{
padding:0;
margin:0 ;
}

.no-list-style li:before{
content:none !important;
}
*/



.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    width: 40px;
    height: 40px;
    background-color:#7BC143;
    border-radius: 40px;
    z-index:5;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus{
    background-color:#7BC143;
}

.slick-next:before,
.slick-prev:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image:url('https://44962646.fs1.hubspotusercontent-na1.net/hubfs/44962646/right-arrow-white.svg') !important;
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;
}

.slick-prev:before{
    transform: rotate(180deg);
}

@media screen and (max-width:767px){

    .slick-next,
    .slick-prev {
        width:30px;
        height:30px;
        border-radius:30px;
    }

    .slick-next:before,
    .slick-prev:before{
        background-size:15px;
    }
}


.module--text-left .module__buttons {justify-content:flex-start}
.module--text-center .module__buttons {justify-content:center}
.module--text-right .module__buttons {justify-content:flex-end}

.module--rtext ul li {
    margin-bottom: 15px;
}

.module--rtext ul li:last-child {
    margin-bottom: 0;
}

.module--rtext p {
    margin-bottom: 15px;
}

.hidden {
    display: none !important;
}

.center-btn.loaded:before,
.center-btn.loaded:after{
    content:none;
}

#load-more{
    margin:10px;
}

#main-content{
    padding-top:148px;
}

@media screen and (max-width:1024px){

    #main-content{
        padding-top:120px;
    }

}


@media screen and (max-width:1199px){

    .module--md-text-left .module__buttons {justify-content:flex-start}
    .module--md-text-center .module__buttons {justify-content:center}
    .module--md-text-right .module__buttons {justify-content:flex-end}

}

@media screen and (max-width:767px){

    .mobile-hide{
        display:none;
    }

    .module--sm-text-left .module__buttons {justify-content:flex-start}
    .module--sm-text-center .module__buttons {justify-content:center}
    .module--sm-text-right .module__buttons {justify-content:flex-end}

}

@media screen and (min-width:768px){
    .desktop-hide{
        display:none;
    }


}

.module--img-txt .img-txt__col--img img{
    max-height:360px;
    object-fit:cover;
}

@media screen and (max-width:1199px){
    
    .module--img-txt .img-txt__col--img img{
        max-height:500px;
    }
    
}

@media screen and (max-width:767px){
    
    .module--img-txt .img-txt__col--img img{
        max-height:360px;
    }
    
}

@media screen and (min-width:1200px){

    .module--img-txt .img-txt__col--img img{
        width:100%;

    }

}

/* Banner Module */

.module--home-banner-module .section{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.module--home-banner-module p:last-child{
    margin-bottom:0;
}

.module--home-banner-module .logo-img img{
    clip-path: inset(0px 1px 0px 0px)
}

@media screen and (max-width:767px){

    .module--home-banner-module .section {
        background-position: bottom;
    }


}

/* Custom Links */


.module--custom-links{
    min-height:67px;
}

.module--custom-links .links-wrapper{
    overflow: scroll;
    /* IE scroll 숨김 */
    -ms-overflow-style: none;
    width: 100%;
    scrollbar-width: none;
    max-width: 100%;
}

.module--custom-links .links-wrapper a{
    border-radius: 5px;
    white-space: nowrap;
}

.module--custom-links .links-wrapper a:hover,
.module--custom-links .links-wrapper a:focus{
    text-decoration:none
}

.module--custom-links.sticky{
    z-index:5;
    position:relative;
}

.module--custom-links.sticky .section {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 10px 10px 0px #0000000D;
}

.module--custom-links-module .links-wrapper::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}


@media screen and (max-width:1024px){

    .module--custom-links.sticky{
        z-index:10;  
    }

    .module--custom-links.sticky .section {
        top: 0;
    }

}

@media screen and (max-width:767px){

    .module--custom-links .container{
        padding-right:0px;
    }

}

/* Tab With Accordion */

.module--tab-with-accordion .top-content .row{
    align-items:center;
}

.module--tab-with-accordion .tabber-wrapper ul {
    padding-left: 0;
    list-style-type: none;   
}

.module--tab-with-accordion .tabber-wrapper ul li:before {
    content: none;
}

.module--tab-with-accordion .accordion{
    margin:0;
}

.module--tab-with-accordion .tabber-list {
    gap: 10px;  
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    justify-content: center;
}



.module--tab-with-accordion .tab-title {
    padding: 12px 20px;
    font-size: 18px;
    border: 1px solid #607D8B;
    border-radius: 10px;
    line-height: 1.56;
    font-weight: 500;
    cursor:pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;

}

.module--tab-with-accordion .tab-title.active{
    color:#fff;
    border-color:#7BC143;
    background-color:#7BC143;
}

.module--tab-with-accordion .tabber-content{
    display:none
}

.module--tab-with-accordion .accordion-left{
    width: 33.33%;
}

.module--tab-with-accordion .accordion-right {
    width: 66.66%;
}

.module--tab-with-accordion .accordion-title-wrap{
    border: 1px solid rgb(123 193 67 / 30%);
    border-radius: 10px;
    padding: 15px 20px;
    cursor:pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.module--tab-with-accordion .accordion-title-wrap.active{
    border-color:#7BC143;
    background-color:#7BC143;
}

.module--tab-with-accordion .accordion-title-wrap:not(:last-child) {
    margin-bottom: 15px;
}

.module--tab-with-accordion .acc-title-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.module--tab-with-accordion .accordion-title {
    color: #1F1F1F;
    font-weight: 500;
    display:inline-block;
    padding-right:15px;
}

.module--tab-with-accordion .accordion-title-wrap .svg-wrap{
    align-items: center;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
    min-width: 24px;
}

.module--tab-with-accordion .accordion-title-wrap svg{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.module--tab-with-accordion .accordion-title-wrap svg,
.module--tab-with-accordion .accordion-title-wrap svg path{
    fill: #1F1F1F;
}

.module--tab-with-accordion .accordion-title-wrap.active .accordion-title{
    color:#fff;
}

.module--tab-with-accordion .accordion-title-wrap.active svg,
.module--tab-with-accordion .accordion-title-wrap.active svg path{
    fill:#fff;
}


.module--tab-with-accordion .accordion-content {
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 0px #0000001A;
    display:none;
}

.module--tab-with-accordion .accordion-content>img{
    border-radius: 20px 20px 0 0;
    width:100%;
}

.module--tab-with-accordion .accordion-content h4{
    margin-bottom:18px;
}

.module--tab-with-accordion .accordion-content .text-wrap *:last-child{
    margin-bottom:0;
}

.module--tab-with-accordion .accordion-content .text-wrap p{
    margin-bottom:18px;
}

.module--tab-with-accordion .accordion-content .btn--white-accent{
    padding:0;
}


@media screen and (min-width:1200px){
    .module--tab-with-accordion .accordion-content>img{
        height: 365px;
        object-fit: cover;


    }

}

@media screen and (min-width:768px){
    .desktop-hide{
        display:none !important;
    }


}

@media screen and (max-width:991px){

    .module--tab-with-accordion .tabber-list{
        justify-content: flex-start;
    }

}

@media screen and (max-width:767px){

    .module--tab-with-accordion .accordion-content h4{
        margin-bottom:10px;
    }

    .module--tab-with-accordion .accordion-left {
        width: 100%;
    }

    .module--tab-with-accordion .accordion-right {
        display: none;
    }

    .module--tab-with-accordion .accordion-title-wrap{
        padding-left:15px;
        padding-right:15px;
    }

    .module--tab-with-accordion .accordion-content .text-wrap p {
        margin-bottom: 10px;
    }

    .module--tab-with-accordion .accordion-content h4 {
        line-height: 1.56;
    }

    .module--tab-with-accordion .accordion-title-wrap svg{
        transform: rotate(90deg);
    }

    .module--tab-with-accordion .accordion-title-wrap.active svg{
        transform: rotate(270deg);
    }
    .module--tab-with-accordion .accordion-content{
        border-radius:10px;
    }

    .module--tab-with-accordion .accordion-content>img {
        border-radius: 10px 10px 0 0;
    }

}


/* Accordion With Image */


.module--accordion-with-image .row{
    justify-content: space-between;
}

.module--accordion-with-image p:last-child{
    margin-bottom:0;
}

.module--accordion-with-image .accordion-img {
    width: 758px;
    margin-left: auto;
    display:none;
    max-width:100%;
}

.module--accordion-with-image .accordion-img img{
    border-radius:20px;
}

.module--accordion-with-image .accordion {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.module--accordion-with-image .accordion li:before{
    content:none;
}

.module--accordion-with-image .accordion-title-wrap {
    border: 1px solid rgb(123 193 67 / 30%);
    padding: 15px 20px;
    border-radius: 10px;
    cursor:pointer;
    transition: background-color .3s ease, border-color .3s ease;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
}

.module--accordion-with-image .accordion-title-wrap:not(:last-child) {
    margin-bottom: 10px;
}

.module--accordion-with-image .accordion-title {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}


.module--accordion-with-image .acc-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.module--accordion-with-image .svg-wrap {
    align-items: center;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    width: 24px;
    margin-left:15px;
}

.module--accordion-with-image .svg-wrap svg{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.module--accordion-with-image .svg-wrap svg, 
.module--accordion-with-image .svg-wrap svg path {
    fill: #1F1F1F;
}

.module--accordion-with-image .svg-wrap svg{
    transform:rotate(90deg);
}

.module--accordion-with-image .active .svg-wrap svg{
    transform:rotate(270deg);
}

.module--accordion-with-image .accordion-content {
    display: none;
}

.module--accordion-with-image .accordion-title-wrap.active {
    background-color: #7BC143;
    border-color: #7BC143;
    padding: 30px;
    padding-right: 50px;
    margin-bottom:30px;
    border-radius:20px;
}

.module--accordion-with-image .active .accordion-title {
    color: #fff;
    font-size:24px;
    font-weight: 600;
}


.module--accordion-with-image .active .svg-wrap svg, 
.module--accordion-with-image .active .svg-wrap svg path{
    fill: #fff;
}

.module--accordion-with-image .active .accordion-content,
.module--accordion-with-image .active .accordion-content p a{
    color:#fff;
}

.module--accordion-with-image .accordion-content p a{
    text-decoration:underline
}

.module--accordion-with-image .accordion-content p:not(:last-child){
    margin-bottom:35px;
}


.module--accordion-with-image .mobile-accordion-img img{
    border-radius:20px;
}


@media screen and (min-width:1200px){

    .module--accordion-with-image.module--text-center .acc-title-row{
        justify-content: center;
    }

    .module--accordion-with-image.module--text-left .acc-title-row{
        justify-content: flex-end;
    }

}


@media screen and (min-width:768px){

    .module--accordion-with-image .accordion-left {
        width: 34.8%;
    }

    .module--accordion-with-image .accordion-right {
        width: 65.2%;
    }

    .module--accordion-with-image .accordion-content .mobile-accordion-img{
        display: none ;
    }

}


@media screen and (max-width:1199px){

    .module--accordion-with-image.module--md-text-left .acc-title-row{
        justify-content: flex-start;
    }

    .module--accordion-with-image.module--md-text-center .acc-title-row{
        justify-content: center;
    }

    .module--accordion-with-image.module--md-text-right .acc-title-row{
        justify-content: flex-end;
    }

}

@media screen and (max-width:767px){

    .module--accordion-with-image .accordion-content p:not(:last-child) {
        margin-bottom: 25px;
    }

    .module--accordion-with-image .accordion-title-wrap.active {
        padding: 20px;
    }
    .module--accordion-with-image.module--sm-text-left .acc-title-row{
        justify-content: flex-start;
    }

    .module--accordion-with-image.module--sm-text-center .acc-title-row{
        justify-content: center;
    }

    .module--accordion-with-image.module--sm-text-right .acc-title-row{
        justify-content: flex-end;
    }

}



/* custom-img-txt*/

.img-txt__btn { display: flex;}
.module--custom-img-txt p{
    margin-bottom:25px;
}

.module--custom-img-txt p:last-child{
    margin-bottom:0;
}

.module--custom-img-txt .img-box {
    background-color: rgb(123 193 67 / 20%);
    /* opacity: 20%; */
    border-radius: 100%;
    width: 571px;
    height: 571px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.module--custom-img-txt .img-box-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #7BC143;
    border-radius: 100%;
    width: 377px;
    height: 377px;
}

.module--custom-img-txt .img-text {
    text-align: center;
    color: #fff;
    position: relative;
}

.module--custom-img-txt .img-text h2 {font-size: 120px;line-height: 130px;font-weight: 700;margin-bottom: 10px;color: #fff;}

.module--custom-img-txt .img-text .desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin:0;
}

.module--custom-img-txt .img-box img{
    position: absolute;
    right: 38px;
    width: auto;
    width: 645px;
    max-width: 645px;
    top:0;
}

.module--accordion-with-image .accordion-content p a:hover {
    color: #395D1D;
}
@media (min-width: 1200px) {
    .module--custom-img-txt .img-txt {
        margin: 0 -30px;

    }

    .module--custom-img-txt .img-txt--it .img-txt__col--txt {
        padding: 0 30px;
        width: 51.5%;
    }

    .module--custom-img-txt .img-txt--it .img-txt__col--img {
        padding: 0 30px;
        width: 48.5%;
    }

    .module--custom-img-txt .img-txt__col--txt .img-txt__col-content{
        width:auto;
    }

    .module--custom-img-txt .img-txt--it .img-txt__col--txt .img-txt__col-content{
        padding:0;
    }

}

@media (max-width:1350px){


    .module--custom-img-txt .img-box{
        height: 500px;
        width: 500px;
    }

    .module--custom-img-txt .img-box-inner{
        width:320px;
        height:320px;
    }

    .module--custom-img-txt .img-box img{
        max-width: initial;
        width:108%;
    }

}

@media (max-width:767px) {

    .module--custom-img-txt .img-box {
        height: 364px;
        width: 364px;
    }

    .module--custom-img-txt .img-box-inner {
        height: 240px;
        width: 240px;
    }

    .module--custom-img-txt .img-text h2{
        font-size:64px;
        line-height:74px;
    }

    .module--custom-img-txt .img-text .desc{
        font-size: 14px;
        line-height: 20px;
    }

    .module--custom-img-txt .img-box img {
        width: 100%;
        right: 50px;
        top: 2px;
        transform: scale(1.11);
    }




}


@media (max-width:379px){

    .module--custom-img-txt .img-box{
        height: 290px;
        width: 290px;
    }

    .module--custom-img-txt .img-box-inner {
        height: 190px;
        width: 190px;
    }

    .module--custom-img-txt .img-text h2 {
        font-size: 54px;
        line-height: 64px;
    }

}


/* Two Column Card Module */

.module--two-col-card .main-row{
    align-items: stretch;
}

.module--two-col-card p:last-child{
    margin-bottom:0;
}

.module--two-col-card .card-content {
    border: 1px solid rgb(123 193 67 / 40%);
    background-color: #F8FCF5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 200px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.module--two-col-card .col-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.module--two-col-card .text-wrap h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

.module--two-col-card .tag {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgb(123 193 67 / 20%);
    color: #7BC143;
}

.module--two-col-card .img-wrap {
    position: relative;
    height: 200px;
}

.module--two-col-card .img-wrap img {
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width:100%;
    object-fit: cover;
}
.module--logo-tabber .tab-img img,
.module--logo-tabber .video__thumbnail img{
    height: 400px !important; 
}
@media screen and (max-width:767px){

    .module--two-col-card .col.s6:last-child{
        margin-bottom:0;
    }
    .module--logo-tabber .tab-img img,
    .module--logo-tabber .video__thumbnail img{
        height: 231px !important;
    }

}

/* Content With Button */

.module--content-with-button h2{
    margin-bottom:25px !important;
}

.module--content-with-button p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:767px){

    .module--content-with-button h2{
        margin-bottom:20px !important;
    }

}

/* Logo Tabber */

.module--logo-tabber p:last-child {
    margin-bottom: 0;
}

.module--logo-tabber .tabber-wrapper {
    background-color: rgb(123 193 67 / 10%);
    border-radius: 20px;
}

.module--logo-tabber .tab-content-col{
    margin-bottom:30px;
    width:100%;
}

.module--logo-tabber .tab-img-col{
    width:100%;
}

.module--logo-tabber .tab-logo {
    max-height: 40px;
    clip-path: inset(0px 1px 0px 0px)
}

.module--logo-tabber .tabber-logos-wrap {
    background-color: #fff;
    border-radius: 15px;
    gap:28px;
    overflow:auto;
}

.module--logo-tabber .product-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 10px;
    flex-wrap:wrap;
}

.module--logo-tabber .product-title {
    line-height: 26px;
    font-weight: 600;
    font-size:24px;
}

.module--logo-tabber .product-list li {
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgb(123 193 67 / 30%);
    gap:10px;
}

.module--logo-tabber .product-list li:before{
    content:none;
}


.module--logo-tabber .product-list li span {
    font-weight: 500;
    color: #1F1F1F;
}

.module--logo-tabber .product-list li img {
    width: 20px;
}


.module--logo-tabber .text-wrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.module--logo-tabber .tab-img img,
.module--logo-tabber .video__thumbnail img{
    border-radius: 20px;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.module--logo-tabber .tab-logo-item {
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    height: 65px;
    width: 150px;
    padding: 16px 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.module--logo-tabber .tab-logo-item img{
    min-width:120px;
}

.module--logo-tabber .tab-logo-item.active {
    border: 1px solid rgb(123 193 67 / 30%);
    background-color: rgb(123 193 67 / 5%);
}


.module--logo-tabber .video__player__video{
    max-height: 340px;
    object-fit: cover;
}

.module--logo-tabber .tabber-item .row{
    align-items:center;
}

@media screen and (min-width:1025px){

    .module--logo-tabber .col.tab-content-col {
        width: 48.33%;
    }

    .module--logo-tabber .col.tab-img-col {
        width: 51.66%;
    }

    .module--logo-tabber .tab-logo-item {
        height: 80px;
        width: 170px;
    }

    .module--logo-tabber .tab-content-col{
        margin-bottom:0;
    }

}

@media screen and (max-width:767px){


    .module--logo-tabber .text-wrap p{
        font-size:16px;
    }

    .module--logo-tabber .product-list li {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    .module--logo-tabber .tab-img img,
    .module--logo-tabber .video__thumbnail img{
        border-radius:15px;
    }

}


/* events-calendar-module */

.module--events-calendar .title h2 code{
    color:#7BC143;
    font:inherit;
}

.module--events-calendar .web-tag span {
    padding: 5px 10px;
    background: rgb(123 193 67 / 20%);
    border-radius: 5px;
    color: #7BC143
}

.module--events-calendar .web-tag {
    gap: 15px;
}

.module--events-calendar .meta-wrap {
    gap: 15px;
}

.module--events-calendar .date {
    padding: 5px 10px;
    background: rgb(123 193 67 / 20%);
    border-radius: 5px;
    color:#7BC143
}

.module--events-calendar .date svg,
.module--events-calendar .date svg path{
    fill:#7BC143
}

.module--events-calendar .text-wrap h2{
    margin-bottom:15px;
    font-weight:600;
}

.module--events-calendar .text-wrap p:last-child{
    margin-bottom:0;
}

.module--events-calendar .content-row{
    margin-bottom:40px;
}

.module--events-calendar .content-row:last-child{
    margin-bottom:0;
}

.module--events-calendar .center-btn__btn {
    margin: 15px;
}

.module--events-calendar .blog-load-more__btn {
    margin-bottom: 10px;
    margin-top: 10px;
}

.module--events-calendar .popup-title .date {
    display: inline-block;
    margin-bottom: 10px;
}

.module--events-calendar .popup-title .event-title {
    margin-bottom: 10px;
}

.module--events-calendar .img-wrap img{
    width:100%;
    border-radius:20px;
}

.popup-form {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(54 56 57 / 90%);
    padding:15px 20px;
}

.popup-form .hs-button{
    text-transform: uppercase;
}

.popup-form.show {
    display: block;
}

.popup-form .popup-form-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}

.popup-form .popup-form-inner {
    width: 600px;
    max-width:100%;
    margin: 0 auto;
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    position: relative;
}

.popup-form .form-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #7BC143;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    top: -13px;
    right: -13px;
    cursor: pointer;
}


.module--events-calendar.module--text-left .meta-wrap {justify-content:flex-start}
.module--events-calendar.module--text-center .meta-wrap {justify-content:center}
.module--events-calendar.module--text-right .meta-wrap {justify-content:flex-end}




@media screen and (max-width:1199px){

    .module--events-calendar.module--md-text-left .meta-wrap {justify-content:flex-start}
    .module--events-calendar.module--md-text-center .meta-wrap {justify-content:center}
    .module--events-calendar.module--md-text-right .meta-wrap {justify-content:flex-end}

}

@media screen and (max-width:767px){
    .module--events-calendar.module--sm-text-left .meta-wrap {justify-content:flex-start}
    .module--events-calendar.module--sm-text-center .meta-wrap {justify-content:center}
    .module--events-calendar.module--sm-text-right .meta-wrap {justify-content:flex-end}

    .module--events-calendar .blog-load-more__btn {
        margin:0;
    }

    .popup-form .popup-form-inner {
        padding:20px;
    }

    .module--events-calendar .content-row{
        margin-bottom:30px;
    }
}


/*  -------- Content with cards module ------- */

.module--content-with-cards .container>.row{
    align-items:center;
}

.module--content-with-cards .title h2{
    margin-bottom:20px;
}

.module--content-with-cards .title h2 code{
    font:inherit;
    color:#7BC143
}

.module--content-with-cards .title p:last-child{
    margin-bottom:0;
}

.module--content-with-cards .card-box {
    padding: 20px;
    border-radius: 10px;
    height:100%;
    min-height:229px;
}

.module--content-with-cards .card-box__icon {
    margin-bottom: 15px;
}

.module--content-with-cards .right-col .row {
    row-gap: 30px;
}

.module--content-with-cards .card-box__icons {
    display: flex;
}

.module--content-with-cards .icon--medium.icon--disc,
.module--content-with-cards .icon--medium.icon--square{
    width:70px;
    height:70px;
}

.module--content-with-cards .card-box__text p:last-child {
    margin-bottom:0;
}


@media screen and (max-width:1199px){

    .module--content-with-cards .left-col{
        margin-bottom:30px;
    }   

}

/*  -------- Content with cards module v2 ------- */


.module--content-with-cards-v2 .container>.row{
    align-items:center;
}

.module--content-with-cards-v2 .title h2{
    margin-bottom:20px;
}

.module--content-with-cards-v2 .title h2 code{
    font:inherit;
    color:#7BC143
}

.module--content-with-cards-v2 .title p:last-child{
    margin-bottom:0;
}

.module--content-with-cards-v2 .card-box {
    padding:30px 20px;
    border-radius: 10px;
    text-align:center;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

.module--content-with-cards-v2 .card-box__icon {
    margin-bottom: 10px;
}

.module--content-with-cards-v2 .right-col .row,
.module--content-with-cards-v2 .right-col .row>.col {
    row-gap: 30px;
}

.module--content-with-cards-v2 .card-box__icons {
    display: flex;
    margin-top:10px;
}

.module--content-with-cards-v2 .icon--medium.icon--disc,
.module--content-with-cards-v2 .icon--medium.icon--square{
    width:50px;
    height:50px;
}

.module--content-with-cards-v2 .card-box__text h5 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.52;
    font-weight: 600;
}

.module--content-with-cards-v2 .card-box__text p:last-child {
    margin-bottom:0;
}

.module--content-with-cards-v2 .right-col .row>.col:last-child {
    margin-top: 30px;
}


@media screen and (max-width:1199px){

    .module--content-with-cards-v2 .left-col{
        margin-bottom:30px;
    }   

    .module--content-with-cards-v2 .right-col .row>.col:last-child {
        margin-top: 0;
    }

}


/*  -------- Team card module ------- */

.module--team-card .title h2 code{
    color: #7BC143;
    font: inherit;
}

.module--team-card .team-card{
    border-radius:20px;
    padding: 30px 20px 56px;
}

.module--team-card .team-card--shadow{
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.module--team-card .team-card__img{
    width:142px;
    height:142px;
}

.module--team-card .team-card__img+.team-card__txt {
    margin-top: 30px;
}

.module--team-card .team-card__title{
    margin-bottom:5px !important;
    font-size:18px !important;
    line-height:1.56;
}

.module--team-card .team-card__desc{
    line-height:1.625 !important;
    color:#1F1F1F;
}


/* module--img-txt-v2 */

.module--img-txt-v2 .img-txt__txt ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.module--img-txt-v2 .img-txt__txt ul li:not(:last-child) {
    margin-bottom: 15px;
}

.module--img-txt-v2 .img-txt__txt ul li {
    position: relative;
    padding-left: 34px;
}

.module--img-txt-v2 .img-txt__txt ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #7BC143;
    border-radius: 1px;
    transform: rotate(-45deg);
    margin-right: 15px;
    position: absolute;
    left: 3px;
    top: 8px;
}

.module--img-txt-v2 .img-txt__col--img img {
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px 1px #0000001A;
    border-radius: 20px;
}

.module--feature-card .feature-card--white.feature-card--shadow {
    box-shadow: 0px 0px 10px 0px #0000000D ;
}

@media screen and (min-width:1200px){

    .module--img-txt-v2 .img-txt__col--img img{
        max-height: 450px;
        object-fit: cover;
    }

}


/* module--content-with-image */

.module--content-with-image .text-wrap h2{
    margin-bottom:10px;
}

.module--content-with-image .text-wrap p:last-child{
    margin-bottom:0;
}

.module--content-with-image .text-wrap code{
    color:#7BC143;
    font:inherit;
}

.module--content-with-image .full-img{
    width:100%;
}


/* ----- module--vacancies ------  */


.module--vacancies .title-wrap h2 {
    margin-bottom: 10px;
}

.module--vacancies .title-wrap p:last-child{
    margin-bottom:0px;
}

.module--vacancies .title-wrap p code{
    color:#7BC143;
    font:inherit;
}

.module--vacancies .col-card {
    background-color: rgb(96 125 139 / 10%);
    border-radius: 20px;
}

.module--vacancies .exp-box {
    width: 167px;
    background-color: #607D8B;
    border-radius: 5px;
    color: #fff;
    font-family: "Rubik", sans-serif;
}

.module--vacancies .exp-box .ex-title{
    font-size: 28px;
    line-height:38px;
    font-weight: 500;
    margin-bottom: 0;
    display:block;
}

.module--vacancies .exp-box .ex-subtitle{
    font-size: 16px;
    line-height:26px;
    font-weight: 400;
    margin-bottom: 0;
    display:block;
}

.module--vacancies .card-head {
    gap: 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.module--vacancies .ch-left h4 {
    margin-bottom: 10px;
}

.module--vacancies .ch-left h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: #363839;
}

.module--vacancies .text-wrap {
    color: #363839;
}

.module--vacancies .text-wrap p:last-child {
    margin-bottom: 0;
}

.module--vacancies .main-row {
    row-gap: 30px;
}

@media screen and (max-width:767px){

    .module--vacancies .ch-left h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .module--vacancies .exp-box .ex-title {
        font-size: 22px;
        line-height: 32px;
    }

    .module--vacancies .exp-box .ex-subtitle {
        font-size: 14px;
        line-height: 24px;
    }

    .module--vacancies .exp-box {
        width: 150px;
    }

}


/* module--vertical-tabs */

.module--vertical-tabs h2 code {
    color: #7BC143;
    font: inherit;
}

.module--vertical-tabs .tab-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.module--vertical-tabs .tab-list li {
    border: 1px solid rgb(123 193 67 / 30%);
    padding: 14.5px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color .3s ease, border-color .3s ease;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
}

.module--vertical-tabs .tab-title-wrap.active {
    background-color: rgb(123 193 67 / 50%);
}

.module--vertical-tabs .tab-list li:not(:last-child) {
    margin-bottom: 15px;
}

.module--vertical-tabs .tab-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module--vertical-tabs .tab-title {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.module--vertical-tabs .svg-wrap {
    align-items: center;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    width: 24px;
    margin-left: 15px;
}

.module--vertical-tabs .svg-wrap svg{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.module--vertical-tabs .tab-content {
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #0000001A;
    border-radius: 20px;
    padding: 56px 20px;
}

.module--vertical-tabs .text-wrap h4 {
    margin-bottom: 18px;
    font-weight:700;
}

.module--vertical-tabs .mobile-tab-content{
    display:none;
    text-align: left;
}

.module--vertical-tabs .tab-content{
    display:none;
}

.module--vertical-tabs .text-wrap p {
    margin-bottom: 26px;
}

.module--vertical-tabs .text-wrap *:last-child {
    margin-bottom: 0;
}

.module--vertical-tabs .tab-img img,
.module--vertical-tabs .mobile-tab-img img{
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.module--vertical-tabs .tab-col-left{
    text-align:left;
}

@media screen and (min-width:768px){


    .module--vertical-tabs .tab-col-left {
        width: 33.33%;
    }

    .module--vertical-tabs .tab-right-col {
        width: 66.66%;
    }

}


@media screen and (max-width:767px){

    .module--vertical-tabs .text-wrap h4 {
        margin-bottom: 10px;
        line-height: 1.56;
    }

    .module--vertical-tabs .active .tab-title {
        font-size: 1.13rem;
        font-weight: 700;
        line-height: 1.56;
    }

    .module--vertical-tabs .svg-wrap svg{
        transform: rotate(90deg);
    }

    .module--vertical-tabs .active .svg-wrap svg{
        transform: rotate(270deg);
    }

}



/* module--filter-cards */

.module--filter-cards .card-col{
    margin-bottom:30px;
}

.module--filter-cards .filter-item {
    border: 1px solid rgb(123 193 67 / 40%);
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom:0;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    height:100%;
}

.module--filter-cards .text *:last-child{
    margin-bottom:0;
}

.module--filter-cards .filters-btn-group ul {
    padding: 0;
    padding-bottom:15px;
    margin: 0;
    list-style-type: none;
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    justify-content: center;
}

.module--filter-cards .filter-btn {
    border: 1px solid #607D8B;;
    display: inline-block;
    padding: 11px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    cursor:pointer;
    color:#607D8B;
    margin:0;
}

.module--filter-cards .filter-btn.active {
    color: #fff;
    border-color: #7BC143;
    background-color: #7BC143;
}


/* module--ebooks*/

.module--ebooks .content-row {
    row-gap: 30px;
    align-items: initial;
}

.module--ebooks .content-row .col {
    height: auto;
}

.module--ebooks .ebook-card {
    padding: 30px 20px;
    border: 1px solid rgb(123 193 67 / 40%);
    border-radius: 20px;
    display: flex;
    height:100%;
    flex-direction: column;
    justify-content: space-between;
}

.module--ebooks .ebook-card .img-wrap {
    margin-bottom: 20px;
}

.module--ebooks .ebook-card .text-wrap h4 {
    margin-bottom: 15px;
}

.module--ebooks .ebook-card .text-wrap *:last-child {
    margin-bottom: 0;
}



.module--quickfeat .top-content code{
    color:#7BC143;
    font:inherit;
}

#contact-page-form .form--light{
    background-color: rgba(123, 193, 67, 0.10);
    padding: 80px 100px;
    border-radius: 30px;
    border: 1px solid rgb(123 193 67 / 30%);
}


@media screen and (min-width:768px){

    .your-careers-solution .feature-card__title{
        font-size: 19px;
        line-height: 1.52;
        margin-bottom: 10px;
    }

    .your-careers-solution .feature-card__icon{
        margin-bottom:15px;
    }

}


@media screen and (max-width:991px){

    .module--form .form--light{
        padding: 50px 30px;
    }

}

@media screen and (max-width:767px){

    .module--form .form--light{
        padding: 30px 015px;
    }

}


/* ---------privacy-policy start ---------------- */

.privacy-policy-content h5 {
    margin-bottom: 15px;
}

.privacy-policy-content p+h5 {
    padding-top: 15px;
}

.privacy-policy-content p:last-child {
    margin-bottom: 0;
}


/* ---------privacy-policy ends---------------- */


.form .form--box-accent .hs-input:hover {
    box-shadow: none !important; 
}

.form .field > .input{
    margin-top:0;
}

.form .form--box-accent{
    margin:0;
    border-radius:30px;
    background: rgb(123 193 67 / 10%);
    border: 1px solid rgb(123 193 67 / 30%);
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.form .form--box-accent .submitted-message {
    background-color:#7BC143;
    border: 1px solid #7BC143;
    border-radius: .25rem;
    color: #fff;
    margin-bottom: 0;
    padding: .75rem 1.25rem;
    position: relative;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.form .form--dark .hs-input{
    box-shadow:none;
    border-color:rgb(123 193 67 / 50%) !important;
}

.form .form--box-accent .hs-form-field > label,
.form .form--box-accent .hs-form-radio > label{
    color:#1F1F1F
}

.form .form--dark-no-accent .hs-error-msg{
    background-color: #7BC143;
}



@media (max-width: 767px) {

    #form_content_bucket-module-2 .form--box {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .form .form--box-accent{
        border-radius:10px;
    }

}

.contact-box .contact-box__item{
    border-radius:20px;
}


.contact-box .contact-box__item.bg-light {
    border: 1px solid rgb(123 193 67 / 30%);
}

.contact-box .contact-box__text{
    padding-inline-start: 0;
}

.contact-box .contact-box__text p:last-child{
    margin-bottom:0;
}

.contact-box .contact-box__icon{
    margin-bottom:15px;
}

.contact-box .contact-box__text h5 {
    margin-bottom:10px;
    font-weight:600;
}

.contact-box__text a:hover{
    color:#7BC143!important;
}


.contact-box .icon--large.icon--disc,
.contact-box .icon--large.icon--square{
    width:100px;
    height:100px;
}


@media (max-width: 767px) {

    .contact-box .contact-box__item {
        border-radius: 10px;
    }

}

.center-btn:before,
.center-btn:after{
    background: #6A747C !important;
}


/* System Pages */

.custom-system-page {
    background: linear-gradient(90deg, rgba(123, 193, 67, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.custom-system-page h1 {
    margin-bottom: 20px;
    font-weight:600;
}

.custom-system-page h1 code {
    font: inherit;
    color: #7BC143;
}

.custom-system-page p{
    font-weight:600;
}

.custom-system-page #hs_cos_wrapper_membership_admin_content p{
    color:#1F1F1F;;
    font-weight:500;
}

.custom-system-page form{
    width: 470px;
    max-width:100%;
}

.custom-system-page .hs-form-field>label {
    display: none;
}

.custom-system-page .hs-input[type='radio']+label
.custom-system-page .hs-input[type='checkbox']+label{
    display:inline;
}

.custom-system-page .backup-unsubscribe{
    width: 480px;
    max-width:100%;
}
.custom-system-page .backup-unsubscribe h3{
    font-size: 16px;
    line-height: 1.63;
    font-weight: 600 !important;
    color:#6A747C;
}

.custom-system-page .hs-submit {
    margin-top: 30px;
    margin-bottom: 30px;
}


.custom-system-page #hs_login_reset {
    color: #395D1D;
    font-weight: 500;
}

.custom-system-page .hs-button{
    min-width:83px;
    text-transform:uppercase;
}

.custom-system-page .no-list label {
    padding: 0!important;
    margin: 0!important;
    display:inline;
}

.custom-system-page .hs-error-msgs label{
    background-color: transparent;
}
.custom-system-page .hs-error-msg,
.custom-system-page .hs-error-msgs label{
    color:#FF3B30;
    font-size: 16px;
    line-height: 1.63;
}

.custom-system-page .subscribe-options p {
    font-weight: inherit;
}

.custom-system-page p.header {
    color: #1F1F1F;
    font-size: 24px;
    line-height: 1.41;
    font-weight: 600;
    margin-bottom:20px;
}

.custom-system-page .subs-conf .page-header br {
    display: none;
}

.custom-system-page .subs-conf {
    width: 605px;
    max-width: 100%;
}


.custom-system-page .subs-conf h2{
    color:#7BC143;
}

.custom-system-page .subs-conf .page-header {
    margin-bottom: 30px;
}

.custom-system-page .subs-conf .success {
    font-weight: 600;
    color:#7BC143
}

.error-page-content{
    min-height: 468px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position:relative;
}

.error-page .error-num {
    position: absolute;
    font-size: 27.8vw;
    font-weight: 600;
    color: #395D1D1A;
    line-height: 1.5;
}

.error-page .error__buttons {
    display:inline-flex;
    flex-wrap:wrap;
    gap: 20px;
    align-items: center;
    justify-content:center;
}

@media screen and (max-width:991px){

    .error-page .error-num {
        font-size:38vw
    }

}

@media screen and (max-width:767px){

    .custom-system-page {
        background: linear-gradient(180deg, rgba(123, 193, 67, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    }

    .custom-system-page p.header{
        font-size:18px;
    }

    .error-page-content{
        min-height: 250px;
    }
}